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
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
ciphertext | yes | - | Base64 encrypted string | |
passphrase | yes | - | Password for key derivation |