Python
Instant Messenger - [12/07/09] - I made this as an experimental proof-of-concept for covert two-party computation.
Basically, you can add different groups and if someone else is using that group you can send them secret
encrypted messages. There are several things that need to be fixed to seriously be used, and all of those
are addressed in the final paper.
Paper - Details of the system, issues, libraries used, and papers referenced.
Files - The project files to run the server and clients.
Technologies used:
- Python
- The Twisted Framework
- Python Cryptography Toolkit
- Stepic Library
- PyGTK