AES: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Implementations == In '''Python''': * [http://brandon.sternefamily.net/2007/06/aes-tutorial-python-implementation/ Brandon Stern's AES implementation in Python] * [https://...") |
|||
Line 2: | Line 2: | ||
In '''Python''': |
In '''Python''': |
||
* [http://brandon.sternefamily.net/2007/06/aes-tutorial-python-implementation/ Brandon Stern's AES implementation in Python] |
* [http://brandon.sternefamily.net/2007/06/aes-tutorial-python-implementation/ Brandon Stern's AES implementation in Python] |
||
* [https://github.com/caller9/pythonaes Caller9's python implementation |
* [https://github.com/caller9/pythonaes Caller9's python implementation on GitHub] |
||
* [https://github.com/ricmoo/pyaes Richard Moore's implementation on GitHub] |