Message193832
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. |
|
Date |
User |
Action |
Args |
2013-07-28 15:11:19 | christian.heimes | set | recipients:
+ christian.heimes |
2013-07-28 15:11:19 | christian.heimes | set | messageid: <1375024279.36.0.0953079533445.issue18582@psf.upfronthosting.co.za> |
2013-07-28 15:11:19 | christian.heimes | link | issue18582 messages |
2013-07-28 15:11:19 | christian.heimes | create | |
|