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 <rep...@bugs.python.org> <http://bugs.python.org/issue19254> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com