Windows mkpasswd crypter ======================== This program allows a Windows user to generate all of the common types of passwords used on UNIX and UNIX like computers. It allows a user to alter nearly any parameter allowed by the local crypt library, just as you could with the UNIX mkpasswd.c program I have also written. The following types of password encryption algorithms are supported: o Standard DES o Extended DES (also known as BSDi DES) o MD5 o BlowFish A raw mode is also provided, so that more experienced users can experiment with generating a password themselves. The Windows mkpasswd program is based on mkpasswd.c by W. Campbell. mkpasswd.c is originally by Nelson Minar. The local crypt() library is based on FreeBSD's crypt library, with support segments of the C library in order to make it compile. The wrapper providing gettimeofday() is from http://mail.gnu.org/archive/html/bug-gnu-chess/2004-01/msg00020.html All Windows code is by W. Campbell. Please see the LICENSE.txt file for more details.