Navigation: thinBasic Modules > Crypto > iCrypto_MD5 |
|
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)
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |