[issue19328] Improve PBKDF2 documentation

2016-06-12 Thread Christian Heimes
Changes by Christian Heimes : -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailin

[issue19328] Improve PBKDF2 documentation

2013-10-21 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue19328] Improve PBKDF2 documentation

2013-10-21 Thread Christian Heimes
New submission from Christian Heimes: 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. -- assignee: christian.heimes components: Documentation messages: 200749 nosy: chri