Posts Tagged ‘Password’

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

Password updater

Tuesday, November 8th, 2005

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.