# File lib/action_controller/http_authentication.rb, line 216
      def ha1(credentials, password)
        ::Digest::MD5.hexdigest([credentials[:username], credentials[:realm], password].join(':'))
      end