GetMD5Hash (open)
Return the MD5 hash for a text
Syntax
LOADLIB "wh::crypto.whlib";
STRING FUNCTION GetMD5Hash(STRING text)
Parameters
STRING text
Text to hash
Return value
STRING
The MD5 hash, as binary data (you probably want to use EncodeBase16 on the result)
Description
This function calculates a standard 128-bit MD5 file hash for the specified text