You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
Auth should support multiple hashing algorithms, with the possibility of conversion and mixing.
PBKDF2 and bcrypt should be recommended, with bcrypt being the best, a la django
Auth should use a database (Eg sqlite) for efficiency
mkpasswd is awful, fix that
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/28382145-auth-security-improvements?utm_campaign=plugin&utm_content=tracker%2F269930&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F269930&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
I honestly have no idea how to implement a database without having to support deferreds all the way up the tree, which is frankly not something I want to do right now.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
mkpasswd
is awful, fix thatThe text was updated successfully, but these errors were encountered: