Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES

PAJ.Security.MD5

PAJ.Security.MD5

Class for handling MD5 encryption.

Returns:

The new PAJ.Security.MD5 object.

Example:

var md5 = new PAJ.Security.MD5();
var s = "hello world"; //create a string to encrypt
alert( md5.toHash(s) ); //display the hashed value



Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES