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