-
Notifications
You must be signed in to change notification settings - Fork 89
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
Differences to hashes #194
Comments
The toplevel README links to the OWASP Password Storage Cheat Sheet, which should answer all of your questions. Namely it covers:
We previously considered maintaining more extensive documentation for this (#48) but decided the OWASP guide already covered all of this information. However, perhaps we could feature it more prominently. |
The only downside of hashes I see is that it doesn't support Argon2. |
Adding support for pepper to the |
Yeah, I can do that. But I am not sure wether it should be more a separate trait or an extension to the current system? |
It could be part of the existing traits |
Discussion moved to RustCrypto/traits#694 |
Please clarify in the README's why this crate is recommended for passwords.
This surprises me especially as this crate, as far as I know, doesn't support pepper.
Therefore, I am interested if there is a security reason to not use something like Blake2b or if it makes it only easier to do everything right.
The text was updated successfully, but these errors were encountered: