Navigation: thinBasic Modules > Crypto > iCrypto_SHA1 |
|
Description
Returns a SHA1 hash string.
Syntax
iCrypto_SHA1(sText AS STRING) AS STRING
Returns
String. The calculated hash.
Parameters
Name |
Type |
Optional |
Meaning |
sText AS STRING
The data string
Remarks
Restrictions
See also
Examples
iCrypto_SHA1(sText)
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |