Posts Tagged ‘Unix’

MKPasswd

Thursday, April 20th, 2006

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

MKPasswd.c

Airport

Monday, November 7th, 2005

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 :)