MD5/Implementation: Difference between revisions

md5 is a checksum method (not an encryption method)
(md5 is a checksum method (not an encryption method))
Line 1:
{{task|EncryptionChecksums}}
The purpose of this task to code and validate an implementation of the MD5 Message Digest Algorithm by coding the algorithm directly (not using a call to a built-in or external hashing library). For details of the algorithm refer to [[wp:Md5#Algorithm|MD5 on Wikipedia]] or the [http://www.ietf.org/rfc/rfc1321.txt MD5 definition in IETF RFC (1321)].