Skip to content

Instantly share code, notes, and snippets.

@plainbanana
Created October 28, 2018 15:02
Show Gist options
  • Save plainbanana/c271ae4a8e38d7ea997e2ff8c049a067 to your computer and use it in GitHub Desktop.
Save plainbanana/c271ae4a8e38d7ea997e2ff8c049a067 to your computer and use it in GitHub Desktop.
make random password using openssl -rand base64
openssl rand -base64 100 | head -c 64 | egrep -v %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment