Difference between revisions of "MD5()"

From Lianjapedia
Jump to: navigation, search
(Example)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return the MD5 cryptographic key for a character string
 
Function to return the MD5 cryptographic key for a character string
 
  
 
==Syntax==
 
==Syntax==
 
MD5(<expC>)
 
MD5(<expC>)
 
  
 
==See Also==
 
==See Also==
[[MD5FILE()]]
+
[[CRC32()]], [[DES3_DECRYPT()]], [[DES3_ENCRYPT()]], [[DECRYPT]], [[ENCRYPT]], [[MD5FILE()]], [[RTOS()]], [[SHA1()]], [[SHA1FILE()]], [[SET ENCRYPTION]], [[SYS()]]
 
+
  
 
==Description==
 
==Description==
 
The MD5() function is used to return the MD5 cryptographic key for the character string, <expC>.
 
The MD5() function is used to return the MD5 cryptographic key for the character string, <expC>.
 
  
 
==Example==
 
==Example==
Line 22: Line 18:
 
</code>
 
</code>
  
 
==Products==
 
Lianja, Lianja Server
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Lianja VFP Extensions]]
 
[[Category:Lianja VFP Extensions]]
 
[[Category:VFP Function Extensions]]
 
[[Category:VFP Function Extensions]]
 +
[[Category:Users and Roles]]
 +
[[Category:Encryption]]

Latest revision as of 06:47, 20 April 2022

Purpose

Function to return the MD5 cryptographic key for a character string

Syntax

MD5(<expC>)

See Also

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

Description

The MD5() function is used to return the MD5 cryptographic key for the character string, <expC>.

Example

md5key = md5("Oeh987we")
? md5key
20aed6c51c904428ee6a60d3f460f0cb