#15367: Improved Auth Password Hashing -------------------------------------+------------------------------------- Reporter: poswald | Owner: jart Type: New | Status: new feature | Component: contrib.auth Milestone: 1.4 | Severity: Normal Version: | Keywords: password, hash, Resolution: | hashing, bcrypt, scrypt, pbkdf2, Triage Stage: Accepted | sha2, sha1 Needs documentation: 1 | Has patch: 1 Patch needs improvement: 1 | Needs tests: 1 UI/UX: 0 | Easy pickings: 0 -------------------------------------+-------------------------------------
Comment (by jezdez): Yeah, that seems like a smart way to put it. - the hashing functions ought to be part of the `django.utils` package since they fit the goal of `django.utils` of providing low-level implementations - the specific implementation (the "hashers") ought to live in the auth app and use the low-level pieces by importing from `django.utils` and provide a high-level API for users to implement their own hasher -- Ticket URL: <https://code.djangoproject.com/ticket/15367#comment:17> 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.