Skip to content

Instantly share code, notes, and snippets.

@Softsapiens
Created April 11, 2019 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Softsapiens/7d7e26ebb75a471a356e17edb8521f99 to your computer and use it in GitHub Desktop.
Save Softsapiens/7d7e26ebb75a471a356e17edb8521f99 to your computer and use it in GitHub Desktop.
A shell script to generate random secure passwords
</dev/urandom tr -dc 'A-Za-z0-9!"#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~' | head -c 13 ; echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment