commit | 897ce9018775bcd679fb49aa17258f8f6e818e23 | [log] [tgz] |
---|---|---|
author | Illia Volochii <illia.volochii@gmail.com> | Thu Jan 27 10:39:09 2022 +0200 |
committer | GitHub <noreply@github.com> | Thu Jan 27 00:39:09 2022 -0800 |
tree | 288a8630a723b1bfa3f90f590bd370012b748e38 | |
parent | bcafab849e9063dd36a7fefb0162e0cf46b3c9b2 [diff] |
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]