Skip to content

Instantly share code, notes, and snippets.

@justinseiter
Created September 10, 2013 16:32
Show Gist options
  • Save justinseiter/6512009 to your computer and use it in GitHub Desktop.
Save justinseiter/6512009 to your computer and use it in GitHub Desktop.
Create a secret key with Ruby in IRB.
require 'securerandom'
SecureRandom.base64(40)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment