AES

The AES function card encrypts input text and returns the encrypted text. The card accepts any aes-based algorithm specified by OpenSSL.

Input

Field Definition Type Required
algorithm Available options for OpenSSL encryption algorithms. Dropdown TRUE
key Text to use as the encryption key; the same key will be needed, along with the algorithm, to decrypt. String TRUE
data Text to encrypt. Dropdown TRUE

Output

Field Definition Type
output Encoding of your input data. String

The value of the output field can be sent wherever text can be sent. In order to decipher it, you will need to have the correct algorithm and key.

Related topics

Functions in Workflows

Workflow elements