Q3 Single choice Flag Which of the following statements is true about the Digest Authentication scheme? A A valid response from the client contains a checksum of the username, the password, the givenrandom value, the HTTP method, and the requested URL. B In this authentication scheme, the username and password are passed with every request, not justwhen the user first types them. C The password is sent over the network in clear text format. D It uses the base64 encoding encryption scheme. Correct answer