Skip to content

Instantly share code, notes, and snippets.

@okbel
Created August 4, 2016 14:17
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 okbel/035a30e3567eda22a894904df2002aad to your computer and use it in GitHub Desktop.
Save okbel/035a30e3567eda22a894904df2002aad to your computer and use it in GitHub Desktop.
Random key generator bash
(base64 /dev/urandom | tr -d '/+' | head -c 32 | tr '[:upper:]' '[:lower:]')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment