Skip to content

Instantly share code, notes, and snippets.

@danitool
Created June 11, 2018 09:54
Show Gist options
  • Save danitool/3999cca3c8f415e8e1defc70226d5b90 to your computer and use it in GitHub Desktop.
Save danitool/3999cca3c8f415e8e1defc70226d5b90 to your computer and use it in GitHub Desktop.
Generate md5 encrypted password for passwd file with blank salt
openssl passwd -salt "" -1 "mipassword"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment