Encrypt or decrypt a NodeJs Buffer using AES-256 (AES-GCM).
Source to encrypt or decrypt.
Key to use. Decryption key must match encryption key that was used.
Iv to use. Decryption iv must match encryption iv that was used.
Toggle between encryption and decryption.
Generated using TypeDoc
Encrypt or decrypt a NodeJs Buffer using AES-256 (AES-GCM).