Module: Devise::Encryptable

Defined in:
lib/devise/encryptable/encryptors/base.rb,
lib/devise/encryptable/version.rb,
lib/devise/encryptable/encryptable.rb,
lib/devise/encryptable/encryptors/sha1.rb,
lib/devise/encryptable/encryptors/sha512.rb,
lib/devise/encryptable/encryptors/clearance_sha1.rb,
lib/devise/encryptable/encryptors/authlogic_sha512.rb,
lib/devise/encryptable/encryptors/restful_authentication_sha1.rb

Overview

Implements a way of adding different encryptions. The class should implement a self.digest method that taks the following params:

- password
- stretches: the number of times the encryption will be applied
- salt: the password salt as defined by devise
- pepper: Devise config option

Defined Under Namespace

Modules: Encryptors

Constant Summary collapse

VERSION =
"0.2.0"