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...")
 
 
(4 intermediate revisions by the same user not shown)
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[MD5()]], [[MD5FILE()]], [[SHA1()]]
+
[[CRC32()]], [[CRC32RECORD()]], [[DES3_DECRYPT()]], [[DES3_ENCRYPT()]], [[DECRYPT]], [[ENCRYPT]], [[MD5()]], [[MD5FILE()]], [[RTOS()]], [[SHA1()]], [[SHA256()]], [[SHA256FILE()]], [[SHA256RECORD()]], [[SET ENCRYPTION]], [[SYS()]]
  
 
==Description==
 
==Description==
Line 22: Line 22:
 
[[Category:Lianja VFP Extensions]]
 
[[Category:Lianja VFP Extensions]]
 
[[Category:VFP Function Extensions]]
 
[[Category:VFP Function Extensions]]
 +
[[Category:Encryption]]

Latest revision as of 06:18, 21 April 2022

Purpose

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

Syntax

SHA1FILE(<expC>)

See Also

CRC32(), CRC32RECORD(), DES3_DECRYPT(), DES3_ENCRYPT(), DECRYPT, ENCRYPT, MD5(), MD5FILE(), RTOS(), SHA1(), SHA256(), SHA256FILE(), SHA256RECORD(), SET ENCRYPTION, SYS()

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