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

Password hash #36

Closed
bee-keeper opened this issue Oct 23, 2019 · 4 comments
Closed

Password hash #36

bee-keeper opened this issue Oct 23, 2019 · 4 comments

Comments

@bee-keeper
Copy link
Contributor

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,

@johanmeiring
Copy link
Owner

Hey @bee-keeper :-)

This should work:

$ openssl passwd -1 -salt salty passpass
$1$salty$li5TXAa2G6oxHTDkqx3Dz/

Hope that helps.

@bee-keeper
Copy link
Contributor Author

Nice one, thanks! If you think it's worthwhile I can make a PR to the Readme?

@johanmeiring
Copy link
Owner

Absolutely, 🐝 my guest.

@bee-keeper
Copy link
Contributor Author

#37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants