Created
April 28, 2019 19:27
-
-
Save benhubert/68f814e5b70935a92f282de555335afa to your computer and use it in GitHub Desktop.
Generate passphrase of 4096 characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode 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