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

Do not use SHA512 for password storage #18

Open
mgrottenthaler opened this issue Sep 29, 2021 · 0 comments
Open

Do not use SHA512 for password storage #18

mgrottenthaler opened this issue Sep 29, 2021 · 0 comments
Labels

Comments

@mgrottenthaler
Copy link

The password of the stereum user is stored as a SHA512 hash. SHA is not meant as an algorithm for password storage. Better use an algorithm which is actually designed to store passwords like bcrypt.

https://github.com/stereum-dev/ethereum-setup/blob/d48b76f3ed5cd442bfd5d80966b9eb73a49c8513/base-installer/roles/stereum-base/tasks/setup-users.yml#L5

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