Home

RSA in JavaScript (and Jennifer Aniston)

I’m not sure how trustworthy the javascript RSA library of some guy on the web is, but this sure beats using MD5 hashes ;-)

RSA In JavaScript

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.

Related Posts

Comments are closed.