Skip to content

Instantly share code, notes, and snippets.

@x3ak
Created January 15, 2018 12:26
Show Gist options
  • Save x3ak/cbcf00990484bf175b47070c35f7ec3c to your computer and use it in GitHub Desktop.
Save x3ak/cbcf00990484bf175b47070c35f7ec3c to your computer and use it in GitHub Desktop.
password generator
env LC_CTYPE=C tr -dc 'a-z0-9' < /dev/urandom | head -c24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment