Skip to content

Instantly share code, notes, and snippets.

@wwqrd
Last active August 29, 2015 14:04
Show Gist options
  • Save wwqrd/7b454125bd7fccd281e9 to your computer and use it in GitHub Desktop.
Save wwqrd/7b454125bd7fccd281e9 to your computer and use it in GitHub Desktop.
Random secret
cat /dev/random | xxd -p -l 2048 | tr -d '\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment