Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES

PAJ.Security.SHA1.toString( s )

PAJ.Security.SHA1.toString( s )

Method for converting the value to a string.

Parameters:

s - The hashed value.

Returns:

The hashed value.

Example:

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



Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES