Class Authlogic::CryptoProviders::MD5
In: lib/authlogic/crypto_providers/md5.rb
Parent: Object

This class was made for the users transitioning from md5 based systems. I highly discourage using this crypto provider as it superbly inferior to your other options.

Please use any other provider offered by Authlogic.

Methods

encrypt   matches?   stretches  

Attributes

join_token  [RW] 
stretches  [W] 

Public Class methods

Turns your raw password into a MD5 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.

[Validate]