Class Authlogic::CryptoProviders::Sha512
In: lib/authlogic/crypto_providers/sha512.rb
Parent: Object

Sha512

Uses the Sha512 hash algorithm to encrypt passwords.

Methods

encrypt   matches?   stretches  

Attributes

join_token  [RW] 
stretches  [W] 

Public Class methods

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