Flowdock
v2.1.0 - Show latest stable - 0 notes - Superclass: Object

A class for creating random secret keys. This class will do its best to create a random secret key that’s as secure as possible, using whatever methods are available on the current platform. For example:

  generator = Rails::SecretKeyGenerator("some unique identifier, such as the application name")
  generator.generate_secret     # => "f3f1be90053fa851... (some long string)"

Constants

GENERATORS = [ :secure_random, :win32_api, :urandom, :openssl, :prng ].freeze

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.