Quantum Identity Authentication: Difference between revisions

From Quantum Protocol Zoo
Jump to navigation Jump to search
Line 1: Line 1:
==Functionality==
==Functionality==
Authentication is a building block which proves something is true or genuine between two parties, the suppliant (prover) and the authenticator (verifier). There are two types of authentication, data authentication and identity authentication. In data authentication, the authenticator checks the claim in a non-interactive process called offline mode, i.e. there is no interaction after the message has been sent. In identity authentication, the parties perform an interactive protocol where suppliant proves the possession of some unique data. The classical schemes are based on computational hardness assumptions of some problem and are further secured by public-key algorithms but it is known that quantum computers pose a threat to public key cryptography and can do exponentially better with such computational problems, thus rendering classical protocols insecure.
Authentication is a building block which proves something is true or genuine between two parties, the suppliant (prover) and the authenticator (verifier). There are two types of authentication, data authentication and identity authentication. In data authentication, the authenticator checks the claim in a non-interactive process called offline mode, i.e. there is no interaction after the message has been sent. In identity authentication, the parties perform an interactive protocol where suppliant proves the possession of some unique data.
 
==Protocols==
==Protocols==
*[[Quantum Identity Authentication]]
*[[Quantum Identity Authentication]]

Revision as of 04:46, 18 June 2019

Functionality

Authentication is a building block which proves something is true or genuine between two parties, the suppliant (prover) and the authenticator (verifier). There are two types of authentication, data authentication and identity authentication. In data authentication, the authenticator checks the claim in a non-interactive process called offline mode, i.e. there is no interaction after the message has been sent. In identity authentication, the parties perform an interactive protocol where suppliant proves the possession of some unique data.

Protocols

Properties

  • The security of the protocol requires that no sensitive information is exchanged during its execution can leak to the eavesdropper.