Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisit password hashing #38

Closed
untitaker opened this issue Feb 16, 2016 · 4 comments
Closed

Revisit password hashing #38

untitaker opened this issue Feb 16, 2016 · 4 comments
Labels

Comments

@untitaker
Copy link
Owner

We use rust-crypto's bcrypt implementation directly to hash passwords manually. As mentioned in #39, rust-crypto is not audited in any way, so we should probably look for alternatives.

@untitaker
Copy link
Owner Author

0abb67d replaces direct use of rust-crypto with libsodium

@untitaker
Copy link
Owner Author

Reopening, I've reverted those commits. The dependency situation is even less convenient than I thought (Ubuntu 12.04 doesn't have an appropriate package). See https://github.com/dnaq/sodiumoxide/issues/116

@untitaker untitaker reopened this Feb 23, 2016
@untitaker
Copy link
Owner Author

I have opened #41 which links libsodium statically. The dependency situation is still not pretty.

@untitaker
Copy link
Owner Author

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant