Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES

PAJ.Security.MD4.toString( s )

PAJ.Security.MD4.toString( s )

Method for converting the value to a string.

Parameters:

s - The hashed value.

Returns:

The hashed value.

Example:

var md4 = new PAJ.Security.MD4();
var s = "hello world"; //create a string to encrypt
alert( md4.toString(s) ); //display the string hash version



Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES