Topic: AES GCM :How to get authentication vector and tag for decryption
Hi,
I am testing encryption/decryption using AES GCM. In encryption side I took sample authentication vector and authentication tag is generated. I have following doubts.
1) can assign any size for authentication vector and authentication tag?
2) I have to decrypt data in other side , How can share authentication vector and authentication tag into other side for decryption?
3)Need to change authentication vector every time like IV?
Thanks