Skip to content

Instantly share code, notes, and snippets.

@haxpor
Created January 17, 2016 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haxpor/9885474eabcd8b09b037 to your computer and use it in GitHub Desktop.
Save haxpor/9885474eabcd8b09b037 to your computer and use it in GitHub Desktop.
Randomly generate string text secret
ruby -rsecurerandom -e 'puts SecureRandom.hex(20)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment