MD5
This function card is only available in Connector Builder.
The MD5 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 Upi/I0chXQ7ko4FGFoatiQ==
.
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.