django/docs/internals/contributing/writing-code
Bas Westerbaan a5033dbc58 Refs #26033 -- Added password hasher support for Argon2 v1.3.
The previous version of Argon2 uses encoded hashes of the form:
   $argon2d$m=8,t=1,p=1$<salt>$<data>

The new version of Argon2 adds its version into the hash:
   $argon2d$v=19$m=8,t=1,p=1$<salt>$<data>

This lets Django handle both version properly.
2016-04-25 21:17:53 -04:00
..
coding-style.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
index.txt Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig and ESLint) 2015-06-27 16:36:26 -04:00
javascript.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
submitting-patches.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
unit-tests.txt Refs #26033 -- Added password hasher support for Argon2 v1.3. 2016-04-25 21:17:53 -04:00
working-with-git.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00