141k views
3 votes
"what is the problem with using challenge handshake authentication protocol (chap) as an authentication protocol?"

1 Answer

1 vote

Its use of the message digest 5 (MD5) hash algorithm for security.

CHAP uses a combination of MD5 hashing and a challenge-response mechanism, and authenticates without sending passwords as plaintext over the network. The security of the MD5 hash function is severely compromised.

User Shivam Roy
by
8.2k points