[New-bugs-announce] [issue18582] PBKDF2 support

Christian Heimes report at bugs.python.org
Sun Jul 28 17:11:19 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18582>
_______________________________________


More information about the New-bugs-announce mailing list