Functions

MD5HASH

Calculates the MD5 Hash of a string. Returned as an ASCII hex string representation.

Syntax

string MD5HASH(string value)

Example

MD5HASH("abcde")

Will return the MD5 Hash of "abcde" e.g."E0D0A8A9779F75750C64A45BB350EA59"