ex_aws_s3_crypto v0.1.0 ExAws.S3.Crypto.AESGCMCipher View Source
This module wraps the logic necessary to encrypt / decrypt using AES GCM.
Link to this section Summary
Functions
Decrypt the given contents with the supplied key and initialization vector.
Encrypt the given contents with the supplied key.
Link to this section Functions
Link to this function
decrypt(key, contents, iv) View Source
Decrypt the given contents with the supplied key and initialization vector.
Link to this function
encrypt(key, contents) View Source
Encrypt the given contents with the supplied key.