AES_ENCRYPT

Encrypts text using AES-256-CBC

The output is Base64 encoded. An initialization vector can optionally be passed as a third argument.

Syntax 

AES_ENCRYPT(text, key, [iv])

Usage examples 

Example 1

Formula

AES_ENCRYPT("hello world", CREDENTIAL.secret_key)

Sample Actions 

Event Transform
AES_ENCRYPT
Event Transform
My Action
Event Transform
AES_ENCRYPT

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?