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-13.21:31:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381699880.62.0.48701357342.issue19254@psf.upfronthosting.co.za>
In-reply-to
Content
The patch provides a Python implementation of pbkdf2_hmac with Python's hmac module. Although I'm using some tricks it's more than six times slower than OpenSSL's implementation.
History
Date User Action Args
2013-10-13 21:31:20christian.heimessetrecipients: + christian.heimes
2013-10-13 21:31:20christian.heimessetmessageid: <1381699880.62.0.48701357342.issue19254@psf.upfronthosting.co.za>
2013-10-13 21:31:20christian.heimeslinkissue19254 messages
2013-10-13 21:31:20christian.heimescreate