Core Function SHA1

From Sputnik Wiki
Jump to: navigation, search
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)      );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox