Opened 13 years ago
Last modified 13 years ago
#84 closed defect (FIXED)
Should we use passlib?
Reported by: | Christopher Allan Webber | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Keywords: | ||
Cc: | Parent Tickets: |
Description
Currently we use py-bcrypt for python password hashing. `http://code.google.com/p/py-bcrypt/ <http://code.google.com/p/py-bcrypt/>`_ Should we use passlib? `http://packages.python.org/passlib/ <http://packages.python.org/passlib/>`_ My main thought is, "Which of these libraries has more users and is more likely to stay around while remaining secure?"
Change History (3)
comment:2 by , 13 years ago
Status: | New → Closed |
---|
Marking as closed because I think the answer is safely either "no or not yet, since they use the same library we do anyway for bcrypt."
Note:
See TracTickets
for help on using tickets.