Const
Decrypts an encrypted string using a secret with AES-GCM.
The ciphertext to decrypt.
The secret used to derive the decryption key.
Decrypted plaintext string or undefined if decryption fails.
Decrypts an encrypted string using a secret with AES-GCM.