# File lib/authlogic/crypto_providers/sha1.rb, line 29
        def matches?(crypted, *tokens)
          encrypt(*tokens) == crypted
        end