We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi !
Currently there is only a sha256 sum used to store the password in the database (for example). This is considered as a bad practice. See here
We should either:
For more informations: https://security.stackexchange.com/questions/195563/why-is-sha-256-not-good-for-passwords https://dusted.codes/sha-256-is-not-a-secure-password-hashing-algorithm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi !
Currently there is only a sha256 sum used to store the password in the database (for example).
This is considered as a bad practice. See here
We should either:
For more informations:
https://security.stackexchange.com/questions/195563/why-is-sha-256-not-good-for-passwords
https://dusted.codes/sha-256-is-not-a-secure-password-hashing-algorithm
The text was updated successfully, but these errors were encountered: