CHAP uses a three-way handshake after establishing a link between the client and the server.
- A challenge message is sent from the authenticating server to the client.
- The client replies with a value computed using a one-way hash function
- When the authenticating server receives the response it checks the value against its own calculation of the expected hash value. If the value matches, the server responds telling the user it has been successful.
No comments:
Post a Comment