Created
October 21, 2016 14:45
-
-
Save gregjhogan/988b463a8fe41b04d1b568ee2b59e7b9 to your computer and use it in GitHub Desktop.
Generate an API key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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