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)