[New-bugs-announce] [issue38134] Remove copy of fast PBKDF2 algorithm

Christian Heimes report at bugs.python.org
Thu Sep 12 07:13:37 EDT 2019


New submission from Christian Heimes <lists at cheimes.de>:

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.

----------
assignee: christian.heimes
components: Extension Modules
messages: 352111
nosy: christian.heimes
priority: normal
severity: normal
stage: needs patch
status: open
title: Remove copy of fast PBKDF2 algorithm
type: enhancement
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38134>
_______________________________________


More information about the New-bugs-announce mailing list