DIGEST

The DIGEST function converts the input data to its digest form according to the algorithm selected.

Input

Number of Connections: 1
InputData TypeDescription
Input1Binary,StringThe data to convert.

Output

OutputData TypeDescription
Output1StringConverts the input data according to the algorithm selected, and creates the digest string. Outputs the digest in as a Hex(16bit) string.

Property

NameProperty TypeDescription
AlgorithmchoiceDefines the digest algorithm used to convert the data.

SHA-1 - SHA-1 algorithm
MD5 - MD5 algorithm
EncodingchoiceIf the input is a String, this property specifies the type of encoding used to interpret it.

utf-8 - Unicode utf-8
shift_jis - Shift JIS
euc-jp - EUC-JP
iso-2022-jp - ISO-2022-JP
utf-16 - Unicode utf-16
OutputTypechoiceSpecifies the output type.

String - outputs String formatted data
Binary - outputs Binary formatted data

Example

PropertyOutput
Input 1InfoteriaAlgorithmSHA-1b020ca0127f72e7024b8eb412958ff3fc08d87a5
Encodingutf-8
OutputTypeString