# File lib/action_controller/metal/http_authentication.rb, line 296
      def opaque(secret_key)
        ::Digest::MD5.hexdigest(secret_key)
      end