Skip to main content

Overview

The aes-decrypt transformation decrypts AES encrypted data.

Syntax

aes-decrypt(<variable>, password="")

Parameters

ParameterTypeRequiredDescription
variablestringYesThe encrypted data to decrypt
passwordstringYesThe decryption password

Examples

aes-decrypt(<variable>, password="your-password")
Ensure that the password used for decryption matches the password used for encryption.