MKPasswd
Thursday, April 20th, 2006Quick and dirty code to evaluate the MD5 hash value of a string; useful for making UNIX passwords.
Compile with
gcc -o mkpasswd -lcrypt mkpasswd.c
Quick and dirty code to evaluate the MD5 hash value of a string; useful for making UNIX passwords.
Compile with
gcc -o mkpasswd -lcrypt mkpasswd.c
A simple UNIX daemon for changing users’ passwords; it’s written in C and works (without guaranties) under Linux and FreeBSD.
Here you can download source code.