# File lib/merb-auth-more/mixins/salted_user.rb, line 59
        def encrypt(password)
          self.class.encrypt(password, salt)
        end