AES
Jump to navigation
Jump to search
Implementations
In Python:
- Brandon Stern's AES implementation in Python
- Caller9's python implementation on GitHub
- Richard Moore's implementation on GitHub
In Javascript:
- AES (Rijndael) Encryption Test in JavaScript, from Herbert Hanewinkel (input in hexadecimal, as it ought to be!)