This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients dholth, eric.araujo, gregory.p.smith, pitrou
Date 2012-07-27.18:39:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343414376.2.0.110191660328.issue15468@psf.upfronthosting.co.za>
In-reply-to
Content
The hashlib doc starts with "Warning: Some algorithms have known hash collision weaknesses, see the FAQ at the end" (the "FAQ at the end" is a link to a Wikipedia article). The sentence "Included are the FIPS secure hash algorithms SHA1, SHA224, SHA256, SHA384, and SHA512 (defined in FIPS 180-2) as well as RSA’s MD5 algorithm" also conveys the idea that MD5 is not part of the "secure" bunch. The only addition I can think of would be to replace md5 with sha1 in the small example snippet at the beginning.
History
Date User Action Args
2012-07-27 18:39:36pitrousetrecipients: + pitrou, gregory.p.smith, eric.araujo, dholth
2012-07-27 18:39:36pitrousetmessageid: <1343414376.2.0.110191660328.issue15468@psf.upfronthosting.co.za>
2012-07-27 18:39:35pitroulinkissue15468 messages
2012-07-27 18:39:35pitroucreate