PLAYGROUND (experimental)

aes_decrypt

Decrypt AES-256-GCM encrypted string with passphrase.
aes_decrypt(
    ciphertext, 
    passphrase
) -> STRING

Decrypt AES-256-GCM encrypted string with passphrase.

Syntaxe

var dec = aes_decrypt(encrypted, "my password");

Arguments

NameTypeRequiredDefaultDescription
ciphertextyes-Base64 encrypted string
passphraseyes-Password for key derivation