Difference between revisions of "SHA1FILE()"

From Lianjapedia
Jump to: navigation, search
(Created page with "==Purpose== Function to return the SHA-1 cryptographic hash value for one or more files ==Syntax== SHA1FILE(<expC>) ==See Also== MD5(), MD5FILE(), SHA1() ==Desc...")
 
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[MD5()]], [[MD5FILE()]], [[SHA1()]]
+
[[DES3_DECRYPT()]], [[DES3_ENCRYPT()]], [[MD5()]], [[MD5FILE()]], [[SHA1()]]
  
 
==Description==
 
==Description==

Revision as of 06:51, 18 November 2015

Purpose

Function to return the SHA-1 cryptographic hash value for one or more files

Syntax

SHA1FILE(<expC>)

See Also

DES3_DECRYPT(), DES3_ENCRYPT(), MD5(), MD5FILE(), SHA1()

Description

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

Example

open database southwind
? sha1file("*.dbf")
DA39A3EE5E6B4B0D3255BFEF95601890AFD80709