Mercurial > p > roundup > code
diff CHANGES.txt @ 7201:da751d3a2138
issue2551253 - Modify password PBKDF2 method to use SHA512
Added new PBKDF2S5 using PBKDF2 with SHA512 rather than the original
PBKDF2 which used SHA1.
Currently changes to interfaces.py are required to use it. If we
choose to adopt it, need to decide if mechanisms will be available
via config.ini to choose methods and force migration.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 28 Feb 2023 15:49:47 -0500 |
| parents | 970cd6d2b8ea |
| children | c9fa0ffb0f94 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Feb 27 12:17:11 2023 -0500 +++ b/CHANGES.txt Tue Feb 28 15:49:47 2023 -0500 @@ -105,6 +105,8 @@ details. (Ralf Schlatterbeck) - issue2551243: schema-dump.py enhanced with anti-CSRF headers. Flake8 cleanup and python2 support. (John Rouillard) +- issue2551253 - new password hash PBDKF2-SHA512 added. Not available + by default. See issue ticket for details. 2022-07-13 2.2.0
