blob: d6a76972655cd808eb487feffd6328c74c633c83 (
plain) (
blame)
1
2
3
4
5
6
7
|
Implementation of AES in pure Python.
As such it will be slow (hence the project name) but still useful when
faster ones are not available (for example, for JavaScript clients in
browsers, and Python servers on Google App Engine).
WWW: https://code.google.com/p/slowaes/
|