200-301 · Question #1700
Which additional component does Digest Authentication use with credentials to form the response hash?
The correct answer is D. server-generated nonce. Digest Authentication secures credentials by using a server-generated nonce (a randomly generated number) in combination with the user's credentials (username and password) to form a response hash. This nonce ensures that the hash is unique for each authentication session, protec
Question
Options
- Aserver SSL certificate
- Bclient user agent string
- Cclient IP address
- Dserver-generated nonce
How the community answered
(16 responses)- B6% (1)
- C6% (1)
- D88% (14)
Explanation
Digest Authentication secures credentials by using a server-generated nonce (a randomly generated number) in combination with the user's credentials (username and password) to form a response hash. This nonce ensures that the hash is unique for each authentication session, protecting against replay attacks. The server validates the hash to confirm the user's identity without transmitting the actual password.
Topics
Community Discussion
No community discussion yet for this question.