#17777: MD5PasswordHasher is not using salt
-------------------------------------+-------------------------------------
     Reporter:  gunnar@…             |                    Owner:  PaulM
         Type:  Bug                  |                   Status:  new
    Component:  contrib.auth         |                  Version:
     Severity:  Release blocker      |  1.4-beta-1
     Keywords:  MD5PasswordHasher    |               Resolution:
  MD5 salt login                     |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by PaulM):

 * type:  Uncategorized => Bug


Comment:

 This is related to the fact that we actually had 2 separate forms of MD5
 hashing historically, and the md5 hasher in the patch only deals with one
 of them:

 
https://code.djangoproject.com/browser/django/branches/releases/1.3.X/django/contrib/auth/models.py#L268

 
https://code.djangoproject.com/browser/django/branches/releases/1.3.X/django/contrib/auth/models.py#L31

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17777#comment:3>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to