#30472: Argon2id should be supported and become the default variety for
Argon2PasswordHasher
-------------------------------------+-------------------------------------
               Reporter:  Si Feng    |          Owner:  nobody
                   Type:  New        |         Status:  new
  feature                            |
              Component:             |        Version:  master
  Uncategorized                      |
               Severity:  Normal     |       Keywords:  argon2, argon2id
           Triage Stage:             |      Has patch:  1
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 There were two important changes in the upstream
 [https://github.com/hynek/argon2_cffi argon2-cffi] library since Django
 1.10 was released with Argon2 support:

 1. (Nov 10, 2016) argon2id support was added:
 
https://github.com/hynek/argon2_cffi/commit/00120a9880a74a5aedb13ee343bf6ccd507bb2d8
 #diff-1efe26b4b54ac28232eaecb9107ee6ed
 2. (Apr 9, 2018) argon2id became its default type:
 https://github.com/hynek/argon2_cffi/pull/34/files

 When Django 1.10 was released, only argon2d and argon2i were available,
 hence the hard-coded argon2i variety in Argon2PasswordHasher.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30472>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.186f02985525ffa089bbbe828f36a7c5%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to