Class Authlogic::CryptoProviders::Sha1
In: lib/authlogic/crypto_providers/sha1.rb
Parent: Object

This class was made for the users transitioning from restful_authentication. I highly discourage using this crypto provider as it is far inferior to your other options. Please use any other provider offered by Authlogic.

Methods

Attributes

join_token  [W] 
stretches  [W] 

Public Class methods

Turns your raw password into a Sha1 hash.

Does the crypted password match the tokens? Uses the same tokens that were used to encrypt.

The number of times to loop through the encryption. This is ten because that is what restful_authentication defaults to.

[Validate]