djeraseit / passlib

Automatically exported from code.google.com/p/passlib
Other
0 stars 0 forks source link

Django hash support #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to add support for Django's hashes. 

The Django hash format seems to be really close to the MCF format, just without 
the initial "$". The actual hashes seem to just be salted hex digests. 

Given the simplicity of the Django hashes, would also be useful to add some 
code for patching in an arbitrary CryptContext into Django, allowing users to 
enhance security... eg a premade one which adds pbkdf2_sha512 support. 

Original issue reported on code.google.com by elic%astllc.org@gtempaccount.com on 8 Jun 2011 at 2:09

GoogleCodeExporter commented 9 years ago
Django hash support added in release 1.5.

Django app for monkeypatching has been coded in source tree 
(passlib.ext.django), but not documenting it or including it in source until 
more testing is done. 

Original comment by elic%astllc.org@gtempaccount.com on 11 Jul 2011 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by elic@astllc.org on 12 Sep 2011 at 2:27