Equinox Online Help - Language Reference - A to Z
MD5Hash |
|
|---|---|
| Applies to | ![]() |
| Syntax | string(16) MD5Hash(stringExpression) |
| Action | Function] returns the MD5 hash of the supplied data. |
| Scope | Usable anywhere. |
| Notes | This function computes the 16 byte MD5 hash of the data in stringExpression, and returns it as (non-printable) binary string. |
| Category | Conversions |
| See Also | Base64Encode, Base64Decode, TEADecode, TEAEncode, TEASetup |
| Example | This example calculates the hash of a standard test phrase string w, h |
