#29141: Warning about password truncation with BCryptPasswordHasher incorrect
-------------------------------------+-------------------------------------
               Reporter:  Markus     |          Owner:  Markus Holtermann
  Holtermann                         |
                   Type:             |         Status:  assigned
  Cleanup/optimization               |
              Component:             |        Version:  2.0
  Documentation                      |
               Severity:  Normal     |       Keywords:
           Triage Stage:  Accepted   |      Has patch:  0
    Needs documentation:  1          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 Reported privately by [https://github.com/tiran Christian Heimes]:

 The warning "Password truncation with BCryptPasswordHasher" on
 https://docs.djangoproject.com/en/2.0/topics/auth/passwords/#using-bcrypt-
 with-django is incorrect. BCrypt truncates on ''bytes'' not
 ''characters''. For ASCII passwords that's 72 characters, but for Unicode
 passwords, this can be as short as 18 characters.

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

Reply via email to