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