AES-256-GCM transfer IV and AuthTag
Question is for transfer encrypted data between two services (Like HTTP, GRPC or etc…) Can I transfer IV and AuthTag in plain, Is this approach secure?
I have sample code in Node.js and I’m not crypto expert. See the code for more info:
… Continue reading AES-256-GCM transfer IV and AuthTag