| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |
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 | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |