md5

MD5 - Calculate MD5 digests

This unit implements the MD5 digest algorithm according to the specifications in RFC 1321. There are routines to calculate hashes from some buffer, or a hash from an entire file. (View interface)

The test program md5test calculates the hash value for some reference string. The reference output is provided for comparison.


Back to packages