Information AboutShor's Algorithm |
|
The algorithm is significant because it implies that Public Key Cryptography might be easily broken, given a sufficiently large quantum computer. RSA , for example, uses a Public Key ''N'' which is the product of two large Prime Number s. One way to crack RSA encryption is by factoring ''N'', but with classical algorithms, factoring becomes increasingly time-consuming as ''N'' grows large; more specifically, no classical algorithm is known that can factor in time O((log ''N'')''k'') for any ''k''. By contrast, Shor's algorithm can crack RSA in Polynomial Time . It has also been extended to attack many other public key cryptosystems. Like many quantum computer algorithms, Shor's algorithm is Probabilistic : it gives the correct answer with high probability, and the probability of failure can be decreased by repeating the algorithm. However, since a proposed answer (in particular primality) is polynomial time verifiable, the algorithm can be modified to work in expected polynomial time with zero error. Shor's algorithm was discovered in 1994 by Peter Shor . Seven years later, in 2001 , it was demonstrated by a group at IBM , which factored 15 into 3 and 5, using a quantum computer with 7 Qubits . Procedure The problem we are trying to solve is that, given an Integer ''N'', we try to find another integer ''p'' between ''1'' and ''N'' that divides ''N''. Shor's algorithm consists of two parts: # A reduction of the factoring problem to the problem of Order-finding , which can be done on a classical computer. # A quantum algorithm to solve the order-finding problem. Classical part
Quantum part: Period-finding subroutine:
|
|
|