Opened 10 years ago
Closed 10 years ago
#26033 closed New feature (fixed)
Add argon2 password hasher
| Reported by: | Tim Graham | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.auth | Version: | dev |
| Severity: | Normal | Keywords: | 1.10 |
| Cc: | Adrian Moisey | Triage Stage: | Ready for checkin |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
argon2 is the winner of the Password Hashing Competition and there was no objections on the mailing list to adding it.
Change History (11)
comment:1 by , 10 years ago
| Needs documentation: | set |
|---|
comment:2 by , 10 years ago
| Needs documentation: | unset |
|---|
comment:3 by , 10 years ago
| Cc: | added |
|---|
comment:5 by , 10 years ago
| Patch needs improvement: | unset |
|---|
comment:8 by , 10 years ago
| Has patch: | unset |
|---|---|
| Keywords: | 1.10 added |
| Resolution: | fixed |
| Status: | closed → new |
As discussed on the original pull request, Bas will provide a patch for compatibility with argon2-cffi 16.1.
comment:9 by , 10 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Accepted → Ready for checkin |
PR for Argon2 1.3 support.
comment:11 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch is missing documentation.