Core Function SHA1
From Sputnik Wiki
SHA1( <expression> )
Contents |
Description
Returns SHA1 hash of 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( SHA1($str) );