Challenge-Handshake Authentication Protocol: Difference between revisions

Content deleted Content added
m Disambiguating links to Defcon (link changed to DEF CON) using DisamAssist.
No edit summary
Line 19:
# The peer responds with a value calculated using a [[one-way function|one-way hash function]] on the challenge and the secret combined.
# The authenticator checks the response against its own calculation of the expected hash value. If the values match, the authenticator acknowledges the authentication; otherwise it should terminate the connection.
# At random intervals the authenticator sends a new challenge to the peer and repeats steps 1 through 3..
 
==CHAP packets==