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 christian.heimes
Recipients christian.heimes
Date 2013-10-14.10:33:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381746814.93.0.771319448368.issue19254@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an optimized version with inline HMAC.

Contrary to the implementations in OpenSSL, PyCrypto, and pbkdf2.py the length of the password has almost no impact on the runtime of my implementation.
History
Date User Action Args
2013-10-14 10:33:35christian.heimessetrecipients: + christian.heimes
2013-10-14 10:33:34christian.heimessetmessageid: <1381746814.93.0.771319448368.issue19254@psf.upfronthosting.co.za>
2013-10-14 10:33:34christian.heimeslinkissue19254 messages
2013-10-14 10:33:34christian.heimescreate