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
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.
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
The text was updated successfully, but these errors were encountered: