Navigation:  thinBasic Modules > Crypto >

iCrypto_SHA1

Previous pageReturn to chapter overviewNext page

 

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

 

iCrypto_MD5, iCrypto_TestSHA1

 

Examples

 

iCrypto_SHA1(sText)

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com