AES: Difference between revisions

From miki
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:

In Javascript: