MD5

The MD5 function card hashes input text using the MD5 message-digest algorithm, returning the resulting hashed text.

This function card is only available in Connector Builder.

Input

Field Definition Type Required
data Text string to be hashed. String TRUE

Output

Field Definition Type
output Encoded string of your input data.

The output is in Base64 binary to ASCII text encoding.

String

Example

Input

  • data: My secret message!

Output

  • Upi/I0chXQ7ko4FGFoatiQ==

You can use the result of the output field wherever text can be sent.

Related topics

Functions in Workflows

Workflow elements