Challenge-Handshake Authentication Protocol: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by Wikitej to version by Nullptr. Report False Positive? Thanks, ClueBot NG. (2369487) (Bot)
Tags: Mobile edit Mobile web edit
Line 13:
# After the completion of the link establishment phase, the authenticator sends a "challenge" message to the peer.
# 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 matchesmatch, 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.