I've hacked together a blowfish command for aolserver. In the spirit of peer-review, I'd like to ask that folks take a look and tell me what I've done wrong (hopefully nothing).
I did not build it to handle arbitrary binary things. (My Tcl programming skills are rather old, and don't include binary stuff.) It takes plain strings as input, and outputs plain strings. I did not try to make it fast. I used a free reference implementation by Paul Kocher from counterpane.com. I DO want it to be endian-insensitive. Hopefully it will operate the same on any plaform. If anyone knows of any other blowfish (or 3DES) implementations for aolserver, please let me know! Thanks! -- Patrick Kelly -- http://www.pk67.com/patrick.html
