Python

Some recent events have me excited again about my encryption projects. After spending quite a bit of time on my JavaScript implementation of AES (ecmaScript) and then porting it to Python, I left it to stagnate. After an inquiry about whether I had updated my code to fix a shortcoming (I hadn't) and then another from Alex Martelli asking about my interest in starting an OSS project based on my code, I decided it was time to wipe the dust off and take Alex up on his offer. The result is SlowAES.

Python

I recently became interested in Python and needed a "beginner" project to get me familiar with the basics of the language. Since I recently sorted out Advanced Encryption Standard (AES) in JavaScript (project page) I decided that might be a nice place to start.

Project