Difference between revisions of "SHA1()"

From Lianjapedia
Jump to: navigation, search
(Created page with "==Purpose== Function to return the SHA-1 cryptographic hash value for a character string ==Syntax== SHA1(<expC>) ==See Also== MD5(), MD5FILE(), SHA1FILE() ==Des...")
 
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[MD5()]], [[MD5FILE()]], [[SHA1FILE()]]
+
[[CRC32()]], [[MD5()]], [[MD5FILE()]], [[SHA1FILE()]], [[SYS()]]
  
 
==Description==
 
==Description==

Revision as of 05:46, 22 May 2014

Purpose

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

Syntax

SHA1(<expC>)

See Also

CRC32(), MD5(), MD5FILE(), SHA1FILE(), 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