Skip to content

Instantly share code, notes, and snippets.

@mdespriee
Last active August 29, 2016 14:06
Show Gist options
  • Save mdespriee/a419f869fd2c8e7476f7960e767ef8d6 to your computer and use it in GitHub Desktop.
Save mdespriee/a419f869fd2c8e7476f7960e767ef8d6 to your computer and use it in GitHub Desktop.
Create random cryptographic string
cat /dev/urandom | tr -dc '[:alnum:]' | fold -w 64 | head -n 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment