Source string to encrypt or decrypt.
CryptoKey to use. Decryption CryptoKey must match encryption CryptoKey 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 string using AES-256 (AES-GCM).