decryptAES
Decrypt data using AES-128-CBC.
data(required): Base64-encoded encrypted datakey(required): 16-byte encryption key (Base64 or hex)iv(required): 16-byte initialization vector (Base64 or hex)
utlx
{
plaintext: decryptAES($input.encrypted, $input.key, $input.iv)
}