Equinox Online Help - Language Reference - A to Z

Home

MD5Hash

Applies to
Syntaxstring(16) MD5Hash(stringExpression)
ActionFunction] returns the MD5 hash of the supplied data.
ScopeUsable anywhere.
Notes

This function computes the 16 byte MD5 hash of the data in stringExpression, and returns it as (non-printable) binary string.

CategoryConversions
See Also Base64Encode, Base64Decode, TEADecode, TEAEncode, TEASetup
Example

This example calculates the hash of a standard test phrase

string w, h

w = MD5Hash("The quick brown fox jumps over the lazy dog.")

HexEncode w, h | h contains e4d909c290d0fb1ca068ffaddf22cbd0