Zum Hauptinhalt springen

MD5 hash

XML
<encode:md5 var="var">
string
</encode:md5>

<encode:md5 /> generates the MD5 hash of a value as a 32-character hexadecimal number using the RSA Data Security, Inc. MD5 Message-Digest Algorithm.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name encode:md5

Results

BindingTypePredicate
varstringN/A

Examples

XML
<output>
<encode:md5>My name is iXML!</encode:md5>
</output>

<!-- 5a93f1d56c2f7551b9e3dd90e93fb6c0 -->