Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Created October 21, 2016 14:45
Show Gist options
  • Select an option

  • Save gregjhogan/988b463a8fe41b04d1b568ee2b59e7b9 to your computer and use it in GitHub Desktop.

Select an option

Save gregjhogan/988b463a8fe41b04d1b568ee2b59e7b9 to your computer and use it in GitHub Desktop.
Generate an API key
dd if=/dev/urandom bs=1 count=64 2>/dev/null | base64 --wrap 0 && echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment