Description
The iCrypto_MD5() function performs a MD5 (message-digest algorithm) hash.
Syntax
iCrypto_MD5(sText AS STRING) AS STRING
Returns
Returns AS STRING
The calculated hash.
Parameters
Name |
Type |
Optional |
Meaning |
sText AS STRING
The data string
Remarks
Restrictions
See also
Examples
iCrypto_MD5(sText)