I’m not sure how trustworthy the javascript RSA library of some guy on the web is, but this sure beats using MD5 hashes
The example below uses my 100% JavaScript multiple-precision math library. The encryption exponent is small-ish, making for faster encryption. Presumably, decryption would be handled on the server, where things aren’t as slow.
