Core Function MD5
From Sputnik Wiki
MD5( <expression> )
Contents |
Description
Creates MD5 Hash of specified string.
Parameters
expression
The string to use.
Return Value
Success: Returns new string.
Failure: Returns old string.
Remarks
None.
Example
$str = "The quick brown fox"; MsgBox( MD5($str) );