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
The code you can download here is an airport simulation wrote with Mauro “Maz!” Mazzei for an assignment of the “Operating system laboratory” course during our BSc in computer science.
In the code we use processes, threads and sockets.
By the way, the downlod is here :)