Difference between revisions of "MD5FILE()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
(Example)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return the MD5 cryptographic key for a named file or files matching a skeleton
 
Function to return the MD5 cryptographic key for a named file or files matching a skeleton
 
  
 
==Syntax==
 
==Syntax==
 
MD5FILE(<expC>)
 
MD5FILE(<expC>)
 
  
 
==See Also==
 
==See Also==
[[MD5()]]
+
[[CRC32()]], [[DES3_DECRYPT()]], [[DES3_ENCRYPT()]], [[DECRYPT]], [[ENCRYPT]], [[MD5()]], [[RTOS()]], [[SHA1()]], [[SHA1FILE()]], [[SET ENCRYPTION]], [[SYS()]]
 
+
  
 
==Description==
 
==Description==
 
The MD5FILE() function is used to return the MD5 cryptographic key for a named file or all files matching a skeleton.  The file name or skeleton is specified in <expC>.
 
The MD5FILE() function is used to return the MD5 cryptographic key for a named file or all files matching a skeleton.  The file name or skeleton is specified in <expC>.
 
  
 
==Example==
 
==Example==
Line 22: Line 18:
 
</code>
 
</code>
  
 
==Products==
 
Recital, Recital Server
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:Lianja VFP Extensions]]
 +
[[Category:VFP Function Extensions]]
 +
[[Category:Encryption]]

Latest revision as of 06:47, 20 April 2022

Purpose

Function to return the MD5 cryptographic key for a named file or files matching a skeleton

Syntax

MD5FILE(<expC>)

See Also

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

Description

The MD5FILE() function is used to return the MD5 cryptographic key for a named file or all files matching a skeleton. The file name or skeleton is specified in <expC>.

Example

md5key = md5file("*.dbf")                                                     
? md5key                                                                      
a867a1593181165651ed1e4330f451ba