Monday, 1 April 2019

UGC NET Computer Science July 2018 - II Question 47

Question 47
47. In Challenge-Response authentication the claimant ________.

Options:
  1. (1) Proves that she knows the secret without revealing it
  2. (2) Proves that she doesn’t know the secret
  3. (3) Reveals the secret
  4. (4) Gives a challenge
Answer : (1) Proves that she knows the secret without revealing it

Explanation Question 47

In cryptography, a zero-knowledge proof or zero-knowledge protocol
is a method by which one party (the prover) can prove to another party (the verifier) that they know a value x, without conveying any information apart from the fact that they know the value x. The essence of zero-knowledge proofs is that it is trivial to prove that one possesses knowledge of certain information by simply revealing it; the challenge is to prove such possession without revealing the information itself or any additional information

Example:

WHAT IS ZERO KNOWLEDGE AUTHENTICATION?

Zero-knowledge authentication is when a prover convinces a verifier that she is in possession of an identifying secret, without revealing the secret itself. One example for zero-knowledge authentication is when a prover has an asymmetric key-pair (e.g. RSA, EC) and using the private key (the identifying secret) to respond to a challenge sent with the public key. The private key is never revealed, but the verifier is convinced that the prover has the key.


PreviousNext
UGC NET CS 2018 July - II Question 46UGC NET CS 2018 July - II Question 48

No comments:

Post a Comment

UGC NET Computer Science December 2019 | Question 16

Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...

Popular Posts