Difference between revisions of "SHA1()"

From Lianjapedia
Jump to: navigation, search
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[CRC32()]], [[DES3_DECRYPT()]], [[DES3_ENCRYPT()]], [[MD5()]], [[MD5FILE()]], [[SHA1FILE()]], [[SYS()]]
+
[[CRC32()]], [[DES3_DECRYPT()]], [[DES3_ENCRYPT()]], [[DECRYPT]], [[ENCRYPT]], [[MD5()]], [[MD5FILE()]], [[RTOS()]], [[SHA1FILE()]], [[SET ENCRYPTION]], [[SYS()]]
  
 
==Description==
 
==Description==

Revision as of 07:03, 18 November 2015

Purpose

Function to return the SHA-1 cryptographic hash value for a character string

Syntax

SHA1(<expC>)

See Also

CRC32(), DES3_DECRYPT(), DES3_ENCRYPT(), DECRYPT, ENCRYPT, MD5(), MD5FILE(), RTOS(), SHA1FILE(), SET ENCRYPTION, SYS()

Description

The SHA1() function is used to return the SHA-1 cryptographic hash value for the character string, <expC>. The value returned is a 40 character string representing the 20 byte binary result of the SHA-1 message digest for <expC>.

Example

? sha1("The quick brown fox jumps over the lazy dog")
2FD4E1C67A2D28FCED849EE1BB76E7391B93EB12