Which of the following protects a password from eavesdroppers and supports the encryption of communication?
CHAP: A protocol that uses a three way hanbdshake The server sends the client a challenge which includes a random value(a nonce) to thwart replay attacks. The client responds with the MD5 hash of the nonce and the password.
The authentication is successful if the client's response is the one that the server expected.
CHAP protects the password from eavesdroppers and supports the encryption of communication.
Currently there are no comments in this discussion, be the first to comment!