Class Authlogic::CryptoProviders::Sha256
In: lib/authlogic/crypto_providers/sha256.rb
Parent: Object

Sha256

Uses the Sha256 hash algorithm to encrypt passwords.

Methods

encrypt   matches?   stretches  

Attributes

join_token  [RW] 
stretches  [W] 

Public Class methods

Turns your raw password into a Sha256 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]