class MD5
An OpenSSL-compatible implementation of the RSA Data Security MD5 Message-Digest Algorithm (RFC 1321).
Homepage: http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
Author: Alexander Peslyak, better known as Solar Designer
Constructors
MD5 () | Constructs a new instance of the MD5 message-digest algorithm. |
Methods
string Final () | Finalizes the algorithm and returns a 128-bit checksum. |
Update (const string) | Updates the message-digest algorithm with another portion of data. |
Reference
method MD5 () |
Constructs a new instance of the MD5 message-digest algorithm. |
method string Final () |
Finalizes the algorithm and returns a 128-bit checksum. |
method Update (const string data) |
Updates the message-digest algorithm with another portion of data. |