Const
Encrypts a given string using a secret with AES-GCM.
The plaintext data to encrypt.
The secret used to derive the encryption key.
Base64-encoded ciphertext.
Encrypts a given string using a secret with AES-GCM.