New submission from Christian Heimes: 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.
---------- components: Extension Modules files: pbkdf2.patch keywords: patch messages: 193832 nosy: christian.heimes priority: normal severity: normal status: open title: PBKDF2 support type: enhancement versions: Python 3.4 Added file: http://bugs.python.org/file31066/pbkdf2.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18582> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com