Difference between revisions of "MD5"
Jump to navigation
Jump to search
Markus.humm (talk | contribs) |
Markus.humm (talk | contribs) (→How to) |
||
Line 32: | Line 32: | ||
== How to == | == How to == | ||
− | [[ | + | [[MD5Veryfy | Verify the correctnes of this MD5 implementation]] |
{{Components_Footer}} | {{Components_Footer}} |
Revision as of 20:09, 29 April 2007
Main page -> ICS component reference
Overview
unit | icsmd5.pas | |
inheritance | none |
This unit implements the MD5 hash algorithm, which is a implroved descendant from the insecure MD4 algorithm.
Functions
MD5Init | initializes a MD5 context record | |
MD5Update | ? | |
MD5Transform | ? | |
MD5UpdateBuffer | ? | |
MD5Final | ? | |
GetMD5 | Calculates the MD5 sum of a given buffer | |
StrMD5 | Calculates the MD5 sum of a given String | |
FileMD5 | Calculates the MD5 sum of a given file |
How to
Verify the correctnes of this MD5 implementation