Difference between revisions of "MD5()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
m (Text replace - "Recital" to "Lianja")
Line 24: Line 24:
  
 
==Products==
 
==Products==
Recital, Recital Server
+
Lianja, Lianja Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Revision as of 22:59, 7 December 2012

Purpose

Function to return the MD5 cryptographic key for a character string


Syntax

MD5(<expC>)


See Also

MD5FILE()


Description

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


Example

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


Products

Lianja, Lianja Server