AES: Difference between revisions

From miki
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 in GitHub]
* [https://github.com/caller9/pythonaes Caller9's python implementation on GitHub]
* [https://github.com/ricmoo/pyaes Richard Moore's implementation on GitHub]

Revision as of 09:58, 11 February 2015