Class Devise::Encryptors::Sha1
In: lib/devise/encryptors/sha1.rb
Parent: Base

Sha1

Uses the Sha1 hash algorithm to encrypt passwords.

Methods

digest  

Public Class methods

Generates a default password digest based on stretches, salt, pepper and the incoming password.

[Validate]