]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-24276)
authorIllia Volochii <illia.volochii@gmail.com>
Thu, 27 Jan 2022 08:39:09 +0000 (10:39 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 08:39:09 +0000 (00:39 -0800)
commit897ce9018775bcd679fb49aa17258f8f6e818e23
tree288a8630a723b1bfa3f90f590bd370012b748e38
parentbcafab849e9063dd36a7fefb0162e0cf46b3c9b2
bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-24276)

Less specific number wording (as there is no one right number - the old 100k is too big for some applications and woefully small for others). We now link to NIST SP 800-132 to tell people what to read in there on how to decide for their application.

Co-authored-by: Gregory P. Smith <greg@krypto.org> [Google]
Doc/library/hashlib.rst