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: aes-enc.js -- AES encryption routines. aes-dec.js -- AES decryption routines. aes-test.js -- additional javascript stuff for AES test page. Because of the CFB (cipher feed back) operati