-
Notifications
You must be signed in to change notification settings - Fork 82
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
Password hash #36
Comments
Hey @bee-keeper :-) This should work: $ openssl passwd -1 -salt salty passpass
$1$salty$li5TXAa2G6oxHTDkqx3Dz/ Hope that helps. |
Nice one, thanks! If you think it's worthwhile I can make a PR to the Readme? |
Absolutely, 🐝 my guest. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Regarding the password hash the Readme states "A password hash for the user to login with" and the example given is:
password: "$1$salty$li5TXAa2G6oxHTDkqx3Dz/" # passpass
What are the commands to create compatible hashes from user chosen passwords so that they can be documented and added to the Readme?
Thanks,
The text was updated successfully, but these errors were encountered: