Deprecated: Use the hash($a, "MD5") function instead. SHA-1 is supported as more secure message digest algorithm.
This function could be removed at anytime during the 1.5 development and will be removed in the 1.6 release.
util:md5($arg as item(), $base64encoded as xs:boolean) xs:string
Generates an MD5 key from a string. $b specifies whether to return result Base64 encoded
$arg
The input string
$base64encoded
The flag to determine if the result is Base64 encoded
Returns the MD5 key
Deprecated: Use the hash($a, "MD5") function instead. SHA-1 is supported as more secure message digest algorithm.
This function could be removed at anytime during the 1.5 development and will be removed in the 1.6 release.