Sha256: 02cc48d5813a1b95d38ae9aec8b15d2041987299f93753ab8392eb27969189ac
Contents?: true
Size: 283 Bytes
Versions: 4
Compression:
Stored size: 283 Bytes
Contents
namespace :secret do desc "Generate an encryption key for EncryptedCookieStore that's cryptographically secure." task :encryption_key do require 'encrypted_cookie_store/constants' puts ActiveSupport::SecureRandom.hex(EncryptedCookieStoreConstants::ENCRYPTION_KEY_SIZE) end end
Version data entries
4 entries across 4 versions & 3 rubygems