GetMD5Hash (open)
Return the MD5 hash for a text
Syntax
LOADLIB "wh::crypto.whlib";
STRING FUNCTION GetMD5Hash(STRING text)Parameters
STRING textText to hash
Return value
STRINGThe 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