Core Function MD5

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