Following the standard instruction for using AES algorithm, I have not been able to encrypt/decrypt some text properly using AES in C#. Though I found that I could if I attached the data called aesIV with the encrypted data separately. In my understanding aesIV is already embedded in the encrypted data. So I think it does not make security issues. Please let me ask whether I can do it or not.
Thank you in advance.