AES_DECRYPT

Decrypts text using AES-256-CBC

The input must be Base64 encoded. An initialization vector can optionally be passed as a third argument.

Syntax 

AES_DECRYPT(encoded_text, key, [iv])

Usage examples 

Example 1

Formula

AES_DECRYPT(my_action.encrypted_message, CREDENTIAL.secret_key)

Sample Actions 

Transform
My Action
Transform
AES_DECRYPT

Select an action to inspect.

You can also click "Copy actions" and paste them in your Tines story to see how they work.

Transform
AES_DECRYPT
Transform
My Action

Select an action to inspect.

You can also click "Copy actions" and paste them in your Tines story to see how they work.

Was this helpful?