My replacement version of mkpasswd.c. This version can generate DES, Extended DES (BSDi DES), MD5, BlowFish, and Purdy passwords from one program (of course dependent on your crypt() implementation.) This program (or some variant or older version) is used in ircd-hybrid 6 and 7, ircd-ratbox, irc2.10.3p3 and higher, hybserv, tcm-hybrid, IRC stats, and possibly a few other programs. This directory is the master archive site. README - Documentation (usually kept as README.mkpasswd) mkpasswd.c - UNIX only version mkpasswd+vms.c - VMS and UNIX version, VMS code by Edward Brocklesby windows/ - The Windows GUI Release Original code by Nelson Minar, /dev/random salt generation by Aaron Sethman, Base64 conversion code by Diane Bruce, all other code by W. Campbell.