Digital archiving tools
Sean Conner
sean at conman.org
Thu Mar 10 04:05:23 CST 2011
It was thus said that the Great Jerome H. Fine once stated:
>
> Is it possible to find the md5 algorithm? I would like to run the code
> under the E11 emulator to check files copied from the PC to determine if
> they are still OK? I have found a number of web sites which discuss md5,
> but none that have the actual algorithm.
Hope you have a C compiler, because a reference implementation of MD5 in C
can be found in RFC-1321 (http://www.ietf.org/rfc/rfc1321.txt).
-spc (It's not the best C code, but it does work)
More information about the cctech
mailing list