Skip to content

Instantly share code, notes, and snippets.

@chaosphere2112
Created November 6, 2013 00:20
Show Gist options
  • Save chaosphere2112/7328733 to your computer and use it in GitHub Desktop.
Save chaosphere2112/7328733 to your computer and use it in GitHub Desktop.
Generate an application secret using /dev/urandom
dd if=/dev/urandom bs=1 count=256 | shasum -a 256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment