SHA256

The SHA256 function card encrypts input text, returning the resulting encrypted text.

Input

Field Definition Type Required
data Text to encrypt. String TRUE

Output

Field Definition Type
output Encoding of your input data. String

Example

If data is My secret message!, then output is KhyfFBt0DKFo4WcWbzrP+3FOAKe9Kp+c0BWZ3akwlE8=.

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

Related topics

Functions in Workflows

Workflow elements