Inherits Garbage
Implements the MD5 message-digest algorithm (RFC 1321).
Based on public-domain code written by Colin Plumb in 1993.
Returns the HMAC-MD5 digest of secret and text as a 32-char hex string with lowercase letters. (RFC 2104)
Creates and initialises an empty MD5 object.
Reimplements Garbage::Garbage().
As above, but adds data from the EString s.
Updates the MD5 context to reflect the concatenation of len bytes from str.
Returns the MD5 hash of the Buffer s.
Returns the MD5 hash of the EString s.
Returns the 16-byte MD5 hash of the bytes add()ed so far.
Initialises an MD5 context for use.
The basic MD5 transformation: updates the MD5 hash context based on the next 64 bit block of input. (Padding, if necessary, is handled by the caller.)
This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.