AES (Rijndael) Encryption Test in JavaScript

2005 Herbert Hanewinkel

[Description] [Test]

Key size in bits:
Key in hex:
Plaintext in hex:
Ciphertext in hex:
         

The test vectors are from the AES supplied ones; more or less randomly taken from ecb_tbl.txt (I=42,81,14)

Key (128):E8E9EAEBEDEEEFF0F2F3F4F5F7F8F9FA
Plaintext:014BAF2278A69D331D5180103643E99A
Ciphertext:6743C3D1519AB4F2CD9A78AB09A511BD
 
Key (192):04050607090A0B0C0E0F10111314151618191A1B1D1E1F20
Plaintext:76777475F1F2F3F4F8F9E6E777707172
Ciphertext:5d1ef20dced6bcbc12131ac7c54788aa
 
Key (256):08090A0B0D0E0F10121314151718191A1C1D1E1F21222324262728292B2C2D2E
Plaintext:069A007FC76A459F98BAF917FEDF9521
Ciphertext:080e9517eb1677719acf728086040ae3

www.haneWIN.net Home