SecureProgramming.com
Login
Username: 
Password: 
Forgot your password?
Create a new account





AES implementation in JavaScriptCategory: Symmetric Cryptography
Language: JavaScript
Posted by John Viega on Sun, Aug 31, 2003 (03:51 PM) GMT

External URL: http://www.cs.ucsd.edu/~fritz/rijndael.html

Yes, it really is an AES implementation in JavaScript. Beware! Client-side JavaScript needs to be downloaded over an authenticated SSL connection before there's any hope of trusting the client code, so it's often not interesting to use such a beast.


[Python Powered]