Skip to content

Instantly share code, notes, and snippets.

@tatze
Created August 10, 2019 22:36
Show Gist options
  • Save tatze/be0c36ec7144c769a91235ef527864ce to your computer and use it in GitHub Desktop.
Save tatze/be0c36ec7144c769a91235ef527864ce to your computer and use it in GitHub Desktop.
create 20-digit password
</dev/urandom tr -dc 'A-Za-z0-9!#$%&\()*+,-./:;<=>?@[\]^_{|}' | head -c 20 ; echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment