Some things I wrote:
- Botan, a C++ crypto
library, and Ajisai, an implementation
of SSL/TLS
- CapOver LSM is a module that lets you
allocate more fine-grained privledges on a Linux system
- VNCcrack is a fast (though simple)
dictionary-based cracker for the weak VNC authentication
protocol.
- A simple scan tool which tells
you what ciphersuites an SSL server is willing to negotiate
- An incredibly simplistic X11 key logger
- A reference implementation of the EAX
authenticated cipher mode.
Some things I worked on in the past:
- Cutlass,
a strongly encrypted P2P system that provides voice, IM, and
file transfer
- OpenCM: A secure
configuration managment/version control tool built for
distributed operation.
Some things that I want to exist but don't want to write myself:
- VFS support for capabilities in Linux, using filesystem extended
attributes
- A version of SLOCCount
that is not crazy (single binary, allow concurrent runs, caching based on
content hashes, etc)