Quantum Cheque

From Quantum Protocol Zoo
Revision as of 17:54, 17 April 2019 by Shraddha (talk | contribs) (Created page with "Quantum cheque scheme is a private-key protocol which allows trusted banks to issue perfectly secure and verifiable quantum cheque books to account holders and also enables th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Quantum cheque scheme is a private-key protocol which allows trusted banks to issue perfectly secure and verifiable quantum cheque books to account holders and also enables them to undertake monetary transactions with other parties. This quantum cheque is secure against non-signalling adversaries and cannot be counterfeited.

Tags: Quantum Digital Signature, Private key protocol.

Outline

This protocol allows a quantum cheque to be issued using quantum chequebooks to the bank customers. The customers can then carry forward transactions in a perfectly secure manner and these cheques can be en-cashed after being verified by the trusted bank or its branches, which communicate with the main branch securely. The quantum cheque follows all the property of a classical cheque - verifiable by a trusted bank, cannot be disavowed by the issuer and cannot be counterfeited by an adversary.

The entire bank transaction process can be divided into three stages, Gen, where the cheque book is generated for the account holder, Sign, where the account holder prepares a cheque and issues it to the third party and Verify, where the third party en-cashes the cheque depending upon it's validity.

  • Gen
    • In this method the cheque book and a key is created for the account holder by the bank.
    • The bank and the account holder create a shared key using the quantum key distribution (Link to the page). Both parties agree upon the Quantum Digital Signature Scheme (Link to the page) and thus the account holder stores their private key safely with themselves and shares the private key with the bank.
    • The bank then prepares GHZ triplet states (link to page) and stores only the third entangled qubit of every GHZ in the database, while handing over the first two qubits of every GHZ state to the account holder. Along with this, the bank also creates and shares a corresponding unique serial number for this cheque.
    • Finally, the account holder has stored their identity, shared key, private key, public key, serial number and first two entangled qubits of every GHZ triplet state whereas the bank has stored account holder's identity, shared key, public key, serial number and third entangled qubit of every GHZ triplet states in their respective databases.

  • Sign
    • In this method, the issuer's key and amount to be signed is taken as input to produce a quantum state which acts like a cheque.
    • The account holders prepare quantum states to issue a check worth some amount . This quantum state is prepared by the quantum one-way function (Link to the page) which takes the shared key, identity of the account holder, a random number and the amount of money to be signed as the input. Every state from these quantum states is individually encoded with one of the account holder's entangled qubit of the GHZ states using Quantum Secret Sharing: Splitting of quantum information (Link to the page). The account holder then signs the serial number with their digital signature.
    • The quantum cheque thus produces by the account holder contains the information - the identity of the account holder, serial number, generated a random number, digital signature, amount of money signed and the other entangled qubit of the GHZ state.

  • Verify
    • In this method, the quantum cheque is verified by the trusted bank or it's branches and the validity is checked.
    • When the quantum cheque is produced at any valid branches of the bank by a third party, the information is securely communicated to the main branch. At the branch, an initial verification is carried by considering the identity of the issuer of the cheque, the serial number of the cheque and the digital signature of the issuer. If the cheque is valid, the verification process is continued, otherwise the cheque is destroyed and the process is discontinued.
    • The main branch performs a measurement on its copy of third entangled qubit of every GHZ triplet state which was stored in the database and securely communicates this result to the branch.
    • The branch recovers the quantum state that was prepared by the account holder to issue the cheque, using the information received from the main branch. The branch also computes this same quantum states using the stored account holder's information like the shared key, identity of the account holder, a random number and the amount of money as input for verification. A swap test(Link to the page) is performed on both these states and if the cheque is only accepted if this test passes, else it is destroyed and aborted.

This scheme is proven to be impossible to counterfeit and impossible to repudiate. The quantum cheque is a quantum states and thus it cannot be copied or stolen by any eavesdropper, ensuring that only one copy of the quantum cheque exists.

Hardware Requirements

  • Secure quantum channel to connect the branches of the bank to the main branch.
  • Secure quantum channel to connect the bank to the account holder and to connect any other third party to the bank.
  • This protocol required quantum memory to store issuer's quantum state of the cheque if the protocol is not running in real time.
  • Private database for both account holder and bank.
  • Measurement devices for the account holder and the main branch of the bank.

Properties

  • The protocol assumes perfect state preparation, transmissions, and measurements.
  • The protocol assumes the account holder and the bank, to be honest. The bank is a trusted party, however, the branches may or may not be trusted.
  • The protocol takes the assumption that the Quantum Digital Signature scheme and the Quantum key distribution is unconditionally secure.
  • In the signing process, the quantum one-way function used to create the cheque for the account holder is assumed to take polynomial time to compute and is hard to invert.
  • In the verification process, the bank sets a thresholding security parameter . The swap test is passed if
  • No quantum memory would be required for the account holder to store the quantum check if the transaction is occurring in real time.