[issue19254] Python implementation of PBKDF2_HMAC

Christian Heimes report at bugs.python.org
Sun Oct 13 23:31:20 CEST 2013


New submission from Christian Heimes:

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.

----------
files: pbkdf2_py.patch
keywords: patch
messages: 199808
nosy: christian.heimes
priority: normal
severity: normal
stage: patch review
status: open
title: Python implementation of PBKDF2_HMAC
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file32101/pbkdf2_py.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19254>
_______________________________________


More information about the Python-bugs-list mailing list