# File lib/authlogic/crypto_providers/bcrypt.rb, line 53
        def encrypt(*tokens)
          ::BCrypt::Password.create(join_tokens(tokens), :cost => cost)
        end