Skip to content

Instantly share code, notes, and snippets.

@benhubert
Created April 28, 2019 19:27
Show Gist options
  • Save benhubert/68f814e5b70935a92f282de555335afa to your computer and use it in GitHub Desktop.
Save benhubert/68f814e5b70935a92f282de555335afa to your computer and use it in GitHub Desktop.
Generate passphrase of 4096 characters
head -c 409600 /dev/urandom | tr -dc 'A-Za-z0-9!"#$%&\'\\\'\'()*+,-./:;<=>?@[\\]^_`{|}~' | head -c 4096
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment