diff options
| author | Bas Westerbaan <bas@westerbaan.name> | 2016-04-22 13:26:41 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-25 21:17:53 -0400 |
| commit | a5033dbc58d6e09d28b8abe3acda20b9c60e0b8e (patch) | |
| tree | 7d8edefe51942a50bafbef0903c9e417de7858af /tests/inline_formsets | |
| parent | 1ba0b22a7a262e63cb7152ef3ab513660156d135 (diff) | |
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.
Diffstat (limited to 'tests/inline_formsets')
0 files changed, 0 insertions, 0 deletions
