Skip to content

Instantly share code, notes, and snippets.

@dwallraff
Last active July 26, 2018 11:06
Show Gist options
  • Save dwallraff/ed63a432e5f952fafbf4850e453a1597 to your computer and use it in GitHub Desktop.
Save dwallraff/ed63a432e5f952fafbf4850e453a1597 to your computer and use it in GitHub Desktop.
Generate salted hash for env.bosh.password
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