Mercurial > p > roundup > code
diff CHANGES.txt @ 7165:970cd6d2b8ea
issue2551251 - migrate pbkdf2 passwords if more rounds configured
migrate/re-encrypt PBKDF2 password if stored password used a smaller
number of rounds than set in password_pbkdf2_default_rounds.
Also increase fallback number of rounds (when not set in config) to
2,000,000.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 23 Feb 2023 19:34:39 -0500 |
| parents | 0b52ee664580 |
| children | da751d3a2138 |
line wrap: on
line diff
--- a/CHANGES.txt Fri Feb 24 17:15:29 2023 -0500 +++ b/CHANGES.txt Thu Feb 23 19:34:39 2023 -0500 @@ -74,6 +74,9 @@ make sure that an 'X-Content-Type-Options: nosniff' header is sent. - issue2551252 - default number of rounds for PKDF2 password increased to 2,000,000. +- issue2551251 - migrate/re-encrypt PBKDF2 password if stored + password used a smaller number of rounds than set in + password_pbkdf2_default_rounds. Features:
