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