Skip to content

Instantly share code, notes, and snippets.

@iamucil
Created July 24, 2020 07:34
Show Gist options
  • Save iamucil/c1b0bb45e4d752312d8af0ea137ca660 to your computer and use it in GitHub Desktop.
Save iamucil/c1b0bb45e4d752312d8af0ea137ca660 to your computer and use it in GitHub Desktop.
Generate secure password using openssl
openssl rand -base64 32 | tr -d "=+/" | cut -c1-16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment