Questions tagged [challenge-response]

Challenge-response authentication is a family of protocols in which one party presents a question ("challenge") and another party must provide a valid answer ("response") to be authenticated.

Challenge-response authentication is a family of protocols in which one party presents a question ("challenge") and another party must provide a valid answer ("response") to be authenticated. Many cryptographic solutions involve two-way authentication, where both the user and the system must each convince the other that they know the shared secret (the password), without this secret ever being transmitted in the clear over the communication channel, where eavesdroppers might be lurking.

49 questions
2
votes
1 answer

Appropriate length of the challenge string for challenge-response authentication?

How to select the necessary length of the challenge string for challenge-response authentication to claim that there is no threat of the shared secret exposure? I can think of the following: Possible number of given responses in some time…
0
votes
2 answers

Length of a Challenge in Challenge and Response Protocol

Lets consider a challenge and response protocol with the following setup. Two entities $A$ and $B$. $A$ is generating the challenge and $B$ is generating the response using a digital signature scheme. Lets suppose, that $A$ already has the…
Marc
  • 297
  • 1
  • 12