Menu:
Home
News
Software
Documentation
Links
EMAIL Me!
|
The Software Itself
- Twofish for Python:
This is a module for Python which wraps
Dr. Brian Gladman's
"C" implementation of
Counterpane's
TwoFish encryption
algorithm, a candidate
for the Advanced Encryption
Standard competition.
- Ocotillo: This is an attempt to
create a cryptographically strong pseudo-random number generator for
Unix implementations that do not have one. It is intended that Ocotillo
will be ported into Python and serve as the PRNG for non-Linux/FreeBSD
Unix platforms.
- AESCrypt: This is a quick'n'dirty
CFB-128 stream encryption/decryption program using the TwoFish
cipher. Useful as an example, maybe,
but needs a few more pieces before it's ready.
|