Lines Matching full:md5

10 This software is derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm.
28 is identified as the "RSA Data Security, Inc. MD5 Message-Digest
33 Security, Inc. MD5 Message-Digest Algorithm" in all material
45 This implementation of the RSA MD5 Algorithm was written by Langfine Ltd.
53 accuracy of this implementation of the MD5 checksum algorithm nor any assurances regarding
57 in a copyright or similar notices (eg, RSA MD5 Algorithm implemented by Langfine
65 DESCRIPTION: Implements the "RSA Data Security, Inc. MD5 Message-Digest Algorithm".
66 NOTES: Calculates the RSA MD5 checksum for a file or congiguous array of data.
68 Below are extracts from a memo on The MD5 Message-Digest Algorithm by R. Rivest of MIT
72 This document describes the MD5 message-digest algorithm. The
77 message having a given prespecified target message digest. The MD5
83 The MD5 algorithm is designed to be quite fast on 32-bit machines. In
84 addition, the MD5 algorithm does not require any large substitution
86 The MD5 algorithm is an extension of the MD4 message-digest algorithm
87 1,2]. MD5 is slightly slower than MD4, but is more "conservative" in
88 design. MD5 was designed because it was felt that MD4 was perhaps
92 attack. MD5 backs off a bit, giving up a little in speed for a much
95 optimizations. The MD5 algorithm is being placed in the public domain
119 3. MD5 Algorithm Description
237 This completes the description of MD5.
240 The MD5 message-digest algorithm is simple to implement, and provides
245 message digest is on the order of 2^128 operations. The MD5 algorithm
251 5. Differences Between MD4 and MD5
252 The following are the differences between MD4 and MD5:
277 signature schemes based on MD5 and a public-key cryptosystem.
289 //interface functions for the RSA MD5 calculation
308 //RSA MD5 implementation
327 UINT m_lMD5[4]; //MD5 checksum