Quantum digital signature

Quantum digital signature

A Quantum Digital Signature (QDS) refers to the quantum mechanical equivalent of either a classical digital signature or, more generally, a handwritten signature on a paper document. Like a handwritten signature, a digital signature is used to protect a document, such as a digital contract, against forgery by another party or by one of the participating parties.

As e-commerce has become more important in society, the need to certify the origin of exchanged information has arisen. Modern digital signatures enhance security based on the difficulty of solving a mathematical problem, such as finding the factors of large numbers (as used in the RSA algorithm). Unfortunately, the task of solving these problems becomes feasible when a quantum computer is available (see Shor's algorithm). To face this new problem, new quantum digital signature schemes are in development to provide protection against tampering even from parties in possession of quantum computers and using powerful quantum cheating strategies.

Overview

Classical Private-Public Key method

The private-public key method (in this context called the sign-public key method) allows a sender to sign a message (often only the cryptographic hash of the message) with a sign key, in such a way that every recipient can check the authenticity of this message using the corresponding public key. To allow this, the public key is made broadly available for every potential recipient. To make sure only the legal author of the message can sign the message in a valid way, one-way functions are used to create the public key from a random sign key, which is kept private. Public-key cryptography on Wikipedia, December 6, 2007 ]

Classical one-way function

A one-way function is a function that is designed such that computing the result given the input is very easy, but computing the input given the output is very difficult.A classic example is the multiplication of two very large primes: The multiplication is easy, but factoring the product without knowing the primes is classically infeasible.

: x mapsto f(x) "easy"

: f(x) mapsto x "very difficult"

Quantum Digital Signature

Like classical digital signatures, quantum digital signatures make use of asymmetric keys. Thus, a person who wants to sign a message creates one or more pairs of sign and corresponding public keys. In general we can divide quantum digital signature schemes into two groups:
# A scheme that creates a public quantum-bit key out of a private classical bit string: k mapsto |f_k angle
# A scheme that creates a public quantum-bit key out of a private quantum bit string: |k angle mapsto |f_k angle

In both cases f is a one-way quantum function that has the same properties as a classical one-way function.That is, the result is easy to compute, but, in contrast to the classical scheme, the function is "impossible" to invert, even if one uses powerful quantum cheating strategies.

The most famous scheme for the first method above is provided by Gottesman and Chuang Daniel Gottesman, Isaac L. Chuang. "Quantum Digital Signatures", [http://arxiv.org/abs/quant-ph/0105032v2 "arXiv:quant-ph/0105032" v2] , (November 15, 2001)]

Requirements for a good and usable signature scheme

Most of the requirements for a classical digital signature scheme also apply to the quantum digital signature scheme.

In detail
# The scheme has to provide security against tampering by
## The sender after the message was signed (see bit commitment)
## The receiver
## A third party
# Creating a signed message has to be easy
# Every recipient has to get the same answer, when testing the message for validity (Valid, Non-Valid) Xin Lü, Deng-Guo Feng. "Quantum Digital Signature Based on Quantum One-way Functions", [http://arxiv.org/abs/quant-ph/0403046 "arxiv:quant-ph/04030462" v2] , (June 24,2004) ]

Differences between classical and quantum one-way functions

Nature of the one-way function

A classical one-way function as said above is based on a classical infeasible mathematical task, whereas a quantum one-way function exploits the uncertainty principal which makes it impossible even for a quantum computer to compute the inverse.This is done by providing a quantum output state, with whom one cannot learn enough about the input string to reproduce it.In case of the first group of schemes this is shown by Holevo's theorem, which says, that from a given n-qubit quantum state one cannot extract more than n classical bits of information Michael A. Nielsen, Isaac L. Chuang. "Quantum Computation and Quantum Information 1st Ed.", Cambridge University Press, p.531-536 ] .One possibility to ensure that the scheme uses less qubits for a bit string of a certain length is by using nearly orthogonal states: | langle f_k|f_k' angle | < delta qquad ext{ for } k eq k' and 0 le delta le 1 That gives us the possibility to induce a basis with more than two states. So to describe an information of 2^n bits, we can use less than n qubits.An example with a 3 qubit basis:* |0 angle :* |1 angle :* frac{1}{sqrt{2 (|0 angle + |1 angle ) Only m qubits are needed to describe n classical bits when 3^m = 2^n holds.

Because of Holevo's theorem and the fact, that m can be much smaller than n, we can only get m bits out of the n bits message. More general, if one gets T copies of the public key he can extract at most Tm bits of the private key.If delta is big n-Tm becomes very large, which makes it impossible for a dishonest person to guess the sign key.

"Note: You cannot distinguish between non-orthotogonal states, if you only have a small amount of identical states. That's how the quantum one-way functions works. "
"Nevertheless |f_k angle leaks information about the private key, in contrast to the classical public key, which forces one to get nothing or all about the private key. "

Copying the public key

In the classical case we create a classical public key out of a classical sign key, thus it is easy to provide every potential recipient with a copy of the public key. The public key can be freely distributed.This becomes more difficult in the quantum case, because copying a quantum state is forbidden by the no cloning theorem, as long as the state itself is unknown. Michael A. Nielsen, Isaac L. Chuang. "Quantum Computation and Quantum Information 1st Ed.", Cambridge University Press, p.532 ] So public keys can only be created and distributed by a person who knows the exact quantum state he wants to create, thus who knows the sign key (This can be the sender or in more general a trustful institution).Nevertheless in contrast to the classical public key there is an upper bound for the number of public quantum keys T which can be created, without enabling one to guess the sign key and thus endangering the security of the scheme ( n-Tm has to be big)

Public Key should be the same for every recipient (Swap Test)

To make sure that every recipient gets identical results when testing the authenticity of a message, public keys distributed have to be the same.This is straightforward in the classical case, because one can easily compare two classical bit strings and see if those match.Nevertheless in the quantum state it is more complicated.To test, if two public quantum states are the same one has to compare the following: |f_k' angle = |f_k angle

This is done with the following quantum circuit which uses one Fredkin gate "F", one Hadamard gate "H" and an ancilla qubit "a".First of all the ancilla qubit is set to a symmetric state |a angle = frac{1}{sqrt{2 (|0 angle + |1 angle) .

Right after the ancilla qubit is used as a control on the targets |f_k angle and |f_k' angle in a Fredkin Gate.

Furthermore a Hadamard gate is applied on the ancilla qubit and finally the first qubit gets measured.If both states are the same, the result |0 angle is measured.If both states are nearly orthogonal, the result can be either |0 angle or |1 angle .

The calculation of the swap test in more detail:

The overall state: | psi_0 angle = |a angle |f_k angle |f_k' angle

: | psi_0 angle = frac{1}{sqrt{2 igg(|0 angle + |1 angle igg) |f_k angle |f_k' angle

: | psi_0 angle = frac{1}{sqrt{2 igg(|0 angle |f_k angle |f_k' angle + |1 angle |f_k angle |f_k' angle igg)

After the Fredkin gate is applied

Rightarrow frac{1}{sqrt{2 igg(|0 angle |f_k angle |f_k' angle + |1 angle mathbf {|f_k' angle |f_k angle} igg)

After the Hadamard gate is applied on the first qubit

Rightarrow frac{1}{2}igg [igg(|0 angle + |1 angle igg) |f_k angle |f_k' angle + igg(|0 angle - |1 angle igg)|f_k' angle |f_k angle igg]

After sorting for |0 angle ext{ and } |1 angle

Rightarrow |psi angle = frac{1}{2}igg [|0 angle igg(|f_k angle |f_k' angle + |f_k' angle |f_k angle igg) + |1 angle igg(|f_k angle |f_k' angle - |f_k' angle |f_k angle igg)igg]

Now it is easy to see, if the states |f_k angle = |f_k' angle then | psi angle = |0 angle |f_k angle |f_k angle , which gives us a 0 whenever it is measured.

An example of a signing-validation process using a simplified Gottesman-Chuang scheme

Signing Process

Let Person A (Alice) want to send a message to Person B (Bob).Hash algorithms won't be considered, so Alice has to sign every single bit of her message. Message-Bit b in { 0,1 } .

Alice chooses M pairs of private keys { k_0^i,k_1^i } quad 1 le i le M
* All the k_0 keys will be used to sign the message-bit if b = 0.
* All the k_1 keys will be used to sign the message-bit if b = 1.The function which maps k mapsto |f_k angle is known to all parties.Alice now computes the corresponding public keys { |f_{k_0}^i angle, |f_{k_1}^i angle } and gives all of them to the recipients. She can make as many copies as she needs, but has to take care, not to endanger the security left( n gg Tm ext{ has to hold } ight) .

"Her level of security limits the number of identical public keys she can create"

If
* message-bit b = 0, she sends all her private keys k_0 along with the message-bit b to Bob
* message-bit b = 1, she sends all her private keys k_1 along with the message-bit b to Bob

"Remember: In this example Alice picks only one bit b and signs it. She has to do that for every single bit in her message "

Validation Process

Bob now possesses
* The message-bit b
* The corresponding private keys k_0 ext{ or } k_1
* All public keys { |f_{k_0} angle, |f_{k_1} angle }

Now Bob calculates |f_{k_b} angle for all received private keys (either k_0 ext{ or } k_1 ).

After he has done so he makes use of the swap test to compare the calculated states with the received public keys.Since the swap test has some probability to give the wrong answer he has to do it for all the M keys and counts how many incorrect keys he gets r. It is obvious, that M is some kind of a security parameter. It is more unlikely to validate a bit wrong for bigger M.
* If he only gets a few incorrect keys, then the bit is most probably valid, because his calculated keys and the public keys seem to be the same.
* If he gets many incorrect keys, then somebody faked the message with high probability.

Avoid a message to be validated differently

One problem which arises especially for small M is, that the number of incorrect keys different recipients measure differ with probability. So to define only one threshold is not enough, because it would cause a message to be validated differently, when the number of incorrect keys r is very close to the defined threshold.

This can be prevented by defining more than one threshold.Because the number of errors increase proportional with M, the thresholds are defined like: Acceptance T_{a} = c_1 M

: Rejection T_{r} = c_2 M

* If the number of incorrect keys r is below T_{a} , then the bit is valid with high probability
* If the number of incorrect keys r is above T_{r} , then the bit is faked with high probability
* If the number of incorrect keys r is in-between both thresholds, then the recipient cannot be sure, if another recipient gets the same outcome, when validating the bit. Furthermore he can't be even sure, if he validated the message right.

"If we assume perfect channels without noise, so the bit can't be changed due to the transfer, then the threshold T_a can be set to zero, because the swap test passes always, when the compared states are the same"

See also

* Lamport signature - A practical digital signature method invented in the 1970's and believed to be secure even against quantum computing attacks.
* Quantum cryptography
* Quantum fingerprinting

References


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Quantum cryptography — Quantum cryptography, or quantum key distribution (QKD), uses quantum mechanics to guarantee secure communication. It enables two parties to produce a shared random bit string known only to them, which can be used as a key to encrypt and decrypt… …   Wikipedia

  • Quantum fingerprinting — is a proposed technique that uses a quantum computer to generate a string with a similar function to the cryptographic hash function.If unconditional guarantees of security are needed, and if it is impractical for the communicating parties to… …   Wikipedia

  • Quantum computer — A quantum computer is a device for computation that makes direct use of distinctively quantum mechanical phenomena, such as superposition and entanglement, to perform operations on data. In a classical (or conventional) computer, information is… …   Wikipedia

  • Quantum dot — Part of a series of articles on Nanomaterials Fullerenes …   Wikipedia

  • Merkle signature scheme — The Merkle signature scheme is a digital signature scheme based on hash trees (also called Merkle trees) and one time signatures such as the Lamport signature scheme. It was developed by Ralph Merkle in the late 70s and is an alternative to… …   Wikipedia

  • Lamport signature — In cryptography, a Lamport signature or Lamport one time signature scheme is a method for constructing a digital signature. Lamport signatures can be built from any cryptographically secure one way function; usually a cryptographic hash function… …   Wikipedia

  • Cryptography — Secret code redirects here. For the Aya Kamiki album, see Secret Code. Symmetric key cryptography, where the same key is used both for encryption and decryption …   Wikipedia

  • Elliptic curve cryptography — (ECC) is an approach to public key cryptography based on the algebraic structure of elliptic curves over finite fields. The use of elliptic curves in cryptography was suggested independently by Neal Koblitz[1] and Victor S. Miller[2] in 1985.… …   Wikipedia

  • Unbalanced Oil and Vinegar — The Unbalanced Oil and Vinegar scheme is a modified version of the Oil and Vinegar scheme designed by J. Patarin. Both are Digital signature schemes, used in Cryptography. They belong to the group of Multivariate Cryptography. The security of… …   Wikipedia

  • Public-key cryptography — In an asymmetric key encryption scheme, anyone can encrypt messages using the public key, but only the holder of the paired private key can decrypt. Security depends on the secrecy of that private key …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”