| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |
PAJ.Security.MD4.toHash( s )
Method for converting a string to a hex string.
Parameters:
s - The string to hash
Returns:
The hashed value.
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 |