AES: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* [https://github.com/caller9/pythonaes Caller9's python implementation on GitHub] |
* [https://github.com/caller9/pythonaes Caller9's python implementation on GitHub] |
||
* [https://github.com/ricmoo/pyaes Richard Moore's implementation on GitHub] |
* [https://github.com/ricmoo/pyaes Richard Moore's implementation on GitHub] |
||
In '''Javascript''': |
|||
* [http://www.hanewin.net/encrypt/aes/aes-test.htm AES (Rijndael) Encryption Test in JavaScript], from Herbert Hanewinkel (input in hexadecimal, as it ought to be!) |
Revision as of 13:45, 11 February 2015
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!)