The DIGEST function converts the input data to its digest form according to the algorithm selected.
Input | Data Type | Description |
---|---|---|
Input1 | Binary,String | The data to convert. |
Output | Data Type | Description |
---|---|---|
Output1 | String | Converts the input data according to the algorithm selected, and creates the digest string. Outputs the digest in as a Hex(16bit) string. |
Name | Property Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Algorithm | choice | Defines the digest algorithm used to convert the data.
|
|||||||||||||||
Encoding | choice | If the input is a String, this property specifies the type of encoding used to interpret it.
|
|||||||||||||||
OutputType | choice | Specifies the output type.
|
Property | Output | |||
Input 1 | Infoteria | Algorithm | SHA-1 | b020ca0127f72e7024b8eb412958ff3fc08d87a5 |
Encoding | utf-8 | |||
OutputType | String |