#26188: Document how to wrap password hashers
-----------------------------------------+------------------------
               Reporter:  timgraham      |          Owner:  nobody
                   Type:  New feature    |         Status:  new
              Component:  Documentation  |        Version:  master
               Severity:  Normal         |       Keywords:
           Triage Stage:  Accepted       |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  0
                  UI/UX:  0              |
-----------------------------------------+------------------------
 As [https://groups.google.com/d/topic/django-
 developers/ZeRJU8YVrxg/discussion discussed on django-developers],  you
 can wrap hashers. For example, if you have a hasher which is
 `sha1(password)`, add a new hasher which is `bcrypt(sha1(password))`. Then
 if you convert your database in a migration, you immediately get all the
 benefits of a better hash. We should give an example of this technique and
 recommend its use as part of removing weak password hashers from the
 default `PASSWORD_HASHERS` (#26187).

--
Ticket URL: <https://code.djangoproject.com/ticket/26188>
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/052.7040dc5b1bfdca8403cefbe2c5655df6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to