Class | Devise::Encryptors::AuthlogicSha512 |
In: |
lib/devise/encryptors/authlogic_sha512.rb
|
Parent: | Base |
Simulates Authlogic‘s default encryption mechanism. Warning: it uses Devise‘s stretches configuration to port Authlogic‘s one. Should be set to 20 in the initializer to simulate
the default behavior.
Generates a default password digest based on salt, pepper and the incoming password.