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-07-28.15:11:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375024279.36.0.0953079533445.issue18582@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is a proof of concept for PBKDF2 support for the OpenSSL variant of hashlib. It's a thin wrapper around PKCS5_PBKDF2_HMAC() and is deliberately designed as low level API with bytes and input and output types. High level wrappers can do the conversation and choose sensible values for salt, iterations and key length.
History
Date User Action Args
2013-07-28 15:11:19christian.heimessetrecipients: + christian.heimes
2013-07-28 15:11:19christian.heimessetmessageid: <1375024279.36.0.0953079533445.issue18582@psf.upfronthosting.co.za>
2013-07-28 15:11:19christian.heimeslinkissue18582 messages
2013-07-28 15:11:19christian.heimescreate