Glossary of Security Terms: Challenge-Response Authentication

Written by mozilla | Published 2020/08/15
Tech Story Tags: beginners | security-terms | mozilla | password-protection | backend | web-development | security | challenge-response-auth

TLDR Mozilla (stylized as moz://a) is a free software community founded in 1998 by members of Netscape. Challenge-response protocols are one way to fight against replay attacks where an attacker listens to the previous messages and resends them at a later time to get the same credentials as the original message. The "Basic" protocol isn't using a real challenge (the realm is always the same).Learn more about challenge-response authentication on Wikipedia page: http://developer.mozilla.org/en-US/docs/Glossary/challenge-response-authentication.via the TL;DR App

In security protocols, a challenge is some data sent to the client by the server in order to generate a different response each time. Challenge-response protocols are one way to fight against replay attacks where an attacker listens to the previous messages and resends them at a later time to get the same credentials as the original message.
The HTTP authentication protocol is challenge-response based, though the "Basic" protocol isn't using a real challenge (the realm is always the same).

Learn more

 View Previous Terms:

Credits


Written by mozilla | Mozilla (stylized as moz://a) is a free software community founded in 1998 by members of Netscape.
Published by HackerNoon on 2020/08/15