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