This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Improve PBKDF2 documentation
Type: enhancement Stage: test needed
Components: Documentation Versions: Python 3.4
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: christian.heimes Nosy List: christian.heimes, vstinner
Priority: normal Keywords:

Created on 2013-10-21 11:38 by christian.heimes, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (1)
msg200749 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2013-10-21 11:38
The new pbkdf2_hmac() feature #18582 #19254 needs more documentation. I'm going to explain round count, salt generation, user vs. application salt, salt length etc.
History
Date User Action Args
2022-04-11 14:57:52adminsetgithub: 63527
2016-06-12 11:24:01christian.heimessetstatus: open -> closed
resolution: out of date
2013-10-21 11:39:37vstinnersetnosy: + vstinner
2013-10-21 11:38:16christian.heimescreate