AES (Rijndael) Encryption Test in JavaScript

2005 Herbert Hanewinkel

[Description][Test]

This page contains my Javascript version of AES (Rijndael) encryption. It was ported from the optimized AES (Rijndael) implementation found in GnuPG.

The implementation consists of the following Javascript sources:

Because of the CFB (cipher feed back) operation of OpenPGP only the AES encryption routine is needed for encrypting and decrypting PGP encoded messages.


www.haneWIN.net Home