Default initialization vector length (in bytes) to use.
Default authentication tag length (in bits) to use.
getDefaultEncryptParams returns the object containing the parameters needed by the encrypt function.
joinNonceCiphertext concatenates the nonce and the ciphertext.
joinNonceCiphertext concatenates the nonce and the ciphertext.
An array containing the nonce and the ciphertext
Default encryption Algorithm to use.
Default key size to use. 128, 192 or 256 for AES.
Default encryption Algorithm to use.
Generated using TypeDoc
Default encryption to use. AES-GCM uses an IV and outputs a ciphertext which also contains an authenticated tag.