Core Function BinaryMD5

From Sputnik Wiki
Revision as of 12:37, 14 June 2015 by UberFoX (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
BinarySHA1( <binary-array> )

Contents

Description

Returns the SHA1 hash of a binary variable.

Parameters

binary-array

The binary variable to use.

Return Value

Success: Returns the hash.

Failure: Returns empty string.

Remarks

None.

Example

my $Binary = Pack("A*", "Hello world!!!");
my $MD5 = BinaryMD5($Binary);
MsgBox( "MD5 Hash is: $MD5" );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox