Add solution for 5j

This commit is contained in:
Tobias Eidelpes 2022-06-21 17:37:40 +02:00
parent 22f0ec4edd
commit 93fc6d5b3b

View File

@ -319,7 +319,18 @@
and simulated transcripts are the same. A given valid transcript occurs with and simulated transcripts are the same. A given valid transcript occurs with
probability $1/2^{130}$. probability $1/2^{130}$.
\item \TODO \item $\mathsf{ID}_{CGI2}$ can be used for authentication if a client
(prover) proves to a server (verifier) the possession of a password
without actually revealing it. The client shares a commitment with the
server and as soon as the client wants to log-in, it receives a challenge
from the server. If the client can successfully pass the challenge (i.e.,
the response from the client is equal to the commitment), it is
authenticated with the server.
The advantage of such a scheme over conventional password-based
authentication is that the secret is never transmitted to anyone.
Futhermore, the commitment is also not vulnerable to dictionary attacks,
as is common with stored password hashes on the server's side.
\item \TODO \item \TODO