| This class implements the MD5 algorithm.
The specification is available from RFC 1321,
and there are numerous implementations out there,
this one was tuned specifically for hashing short
strings (i.e. passwords).
I do not recommend to use this implementation for
anything else but that, and if anybody feels that
this code is to "close" to something available on
the net, please contact me, and I will certainly take
steps to clear up the situation.
|