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
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).
- 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
-
--- 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).mkpasswdis awful, fix that