News
3/12/2005
The following source was released on the site today: MD5 Hashing source code.
This is a straight cut and paste self-contained ANSI-C utility that compiles straight up:
Compile:
gcc compiled binary under Cygwin:
gcc md5.c -omd5.exe
Microsoft Visual Studio under Windows 2000
cl md5.c
Microsoft Version 6.0 C under Windows 2000
cl md5.c
|