Last active
July 26, 2018 11:06
-
-
Save dwallraff/ed63a432e5f952fafbf4850e453a1597 to your computer and use it in GitHub Desktop.
Generate salted hash for env.bosh.password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo c1oudc0w | mkpasswd --method=sha-512 --salt='4gDD3aV0rdqlrKC' -s | |
# echo <password> | mkpasswd --method=sha-512 --salt='<salt for hash>' -s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment