| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |
PAJ.Security.SHA1
Class for handling MD5 encryption.
Returns:
The new PAJ.Security.SHA1 object.
Example:
var sha1 = new PAJ.Security.SHA1();
var s = "hello world"; //create a string to encrypt
alert( sha1.toHash(s) ); //display the hashed value
| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |