#31358: Increase default password salt size in BasePasswordHasher.
--------------------------------------+------------------------------------
     Reporter:  Jon Moroney           |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  Utilities             |                  Version:  master
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  1                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  1
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by Florian Apolloner):

 > Updated again to change the raise to a usage of the warning function and
 to add decode to the remaining hashers.

 Ok, next step would be to use those new `decode` methods in the existing
 cases where manual decoding happens (to reduce the duplication added by
 this method).

 Then the next step would be to look into where and how we can implement
 the update of the salt. Preferably without adding it to the `must_update`
 individually. We could add a `salt_length` attribute and then adjust based
 on that (which could be None for the unsalted variants).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31358#comment:30>
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.fbc4dce43e23578244e54da87af43a1d%40djangoproject.com.

Reply via email to