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 2019-09-12.11:13:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568286817.02.0.48627400928.issue38134@roundup.psfhosted.org>
In-reply-to
Content
bpo #18582 added a C implementation of PBKDF2 algorithm. Back then Python still supported OpenSSL versions with a slow version of PBKDF2-HMAC. Nowadays all supported OpenSSL versions contain an optimized version of the password derivation algorithm.
History
Date User Action Args
2019-09-12 11:13:37christian.heimessetrecipients: + christian.heimes
2019-09-12 11:13:37christian.heimessetmessageid: <1568286817.02.0.48627400928.issue38134@roundup.psfhosted.org>
2019-09-12 11:13:37christian.heimeslinkissue38134 messages
2019-09-12 11:13:36christian.heimescreate