Question

In: Computer Science

Say that two users use n1, n2 in the RSA and gcd(n1, n2) =/= 1. How...

Say that two users use n1, n2 in the RSA and gcd(n1, n2) =/= 1. How can we break their system?

Solutions

Expert Solution

First we will understand RSA algorithm,As we know there are two type of cryptography:

i) Symmetric key cryptography: there is a single key for encryption and decryption)

ii) Asymmetric key cryptography: there are two different key for both the users (for encryption and decryption)

So one of the types of Asymmetric key cryptography is RSA:-

RSA algorithm works like:-

Select large prime numbers p, q

Compute

n = p * q

Φ = (p-1) * (q-1)

Select small odd integer k relatively prime to V

gcd (k, Φ) = 1

Compute d such that

(d* k) % Φ = (k * d ) % Φ = 1

Public key is (k, n)

Private key is (d, n)

For example if we have two large prime number as

P = 11, q = 29

n = p * q = 11 * 29 = 319

Φ = (p-1) * (q-1) = 10 * 28 = 280

Let , k = 3 (small odd integer relatively prime to 280

Now , we have

(d * k) % Φ = 1

(d * 3) % 280 = 1

d = 187

So, public key is ( 3, 319)

And private key is (187, 319)

Since, these are very small prime number, it was not tough. It’s very easy to multiply two primes together, but very difficult to find prime factors of a large number

RSA encryption is strong because factoring is a one-way problem. It’s very easy to multiply two primes together, but very difficult to find prime factors of a large number. That’s what the technology relies on. And the simplicity of RSA encryption made it very popular.

How can we break their system?

However, one technology can break RSA i. e Shor’s algorithm.

Shor’s algorithm can crack RSA

Shor’s algorithm doesn’t brute force the entire key by trying factors until it finds one, but instead uses the quantum computer to find the period of a function which contains the RSA key and classically computes the greatest common divisor.

But how does it really work?

It’s not about trying all prime factor possibilities simultaneously.

In (relatively) simple language: We can crack RSA if we have a fast way of finding the period of a known periodic function f(x) = m^x (mod N).

SHOR’S ALGORITHM:-

1. Pick a random number n1< n2 (which is given in question)

2. Compute gcd(n1, n2), the greatest common division of n1 and n2. This may be done using the Euclidean algorithm.

3. If gcd (n1, n2) ≠ 1, then this number is a nontrivial factor of n2, so we are done.

4. Otherwise , use the quantum period-finding subroutine (below) to find r, which denotes the period of the following function:

F(x) = n1^x mod n2.

This is the order r of n1 in the group (Zn2)* (where, the size of Zn2* is Φ(pq) = (p-1)(q-1) = n2-(p+q)+1), which is the smallest positive integer r for which f(x +r ) = f(x) , or f(x +r) = n1^(x+r) mod n2 ≡ n1^x mod n2. By Euler’s Theorum, r divides Φn2, where Φ denotes Euler’s totient function.

5. If r is odd , then go back to step 1.

6. If n1^r/2 ≡ -1 (mod n2), then go back to step1.

7. Otherwise, gcd(n1^r/2 + 1, n2) and gcd (n1^r/2 – 1, n2) are both nontrivial factor of n2, so we are done.

Note:-Two numbers are co-prime if they don’t have any common factors:

As given in question:

gcd(n1, n2) == 1

Hence, by using Shor’s algorithm we can break this system.


Related Solutions

Consider two independent random samples with the following results: n1=532x1=390    n2=730x2=139 Use this data to find...
Consider two independent random samples with the following results: n1=532x1=390    n2=730x2=139 Use this data to find the 90% confidence interval for the true difference between the population proportions. Step 1 of 3: Find the point estimate that should be used in constructing the confidence interval. Round your answer to three decimal places. Step 2 of 3: Find the margin of error. Round your answer to six decimal places. Step 3 of 3: Construct the 90% confidence interval. Round your answers...
Suppose two independent random samples of sizes n1 = 9 and n2 = 7 that have...
Suppose two independent random samples of sizes n1 = 9 and n2 = 7 that have been taken from two normally distributed populations having variances σ12 and σ22 give sample variances of s12 = 117 and s22 = 19. (a) Test H0: σ12 = σ22 versus Ha: σ12 ≠ σ22 with σ = .05. What do you conclude? (Round your answers to 2 decimal places.) F = F.025 = H0:σ12 = σ22 (b) Test H0: σ12 < σ22versus Ha: σ12...
Suppose two independent random samples of sizes n1 = 9 and n2 = 7 that have...
Suppose two independent random samples of sizes n1 = 9 and n2 = 7 that have been taken from two normally distributed populations having variances σ12 and σ22 give sample variances of s12 = 94 and s22 = 13. (a) Test H0: σ12 = σ22 versus Ha: σ12 ≠ σ22 with σ = .05. What do you conclude? (Round your answers to 2 decimal places.) F = F.025 = H0:σ12 = σ22 (b) Test H0: σ12 < σ22versus Ha: σ12...
In a preschool class of n, exactly n1 children are needed for activity 1, n2 for...
In a preschool class of n, exactly n1 children are needed for activity 1, n2 for activity 2, and n3 for activity 3. Luckily n = n1 + n2 + n3. The teachers want to know in how many distinct ways the children can be assigned into these activities. (Two assignments are distinct if at least one student is in a different activity in each.) (a) They figure they could start by lining up the children arbitrarily. How many different...
Given two independent random samples with the following results: n1=13x‾1=180s1=21   n2=9x‾2=163s2=30 Use this data to find...
Given two independent random samples with the following results: n1=13x‾1=180s1=21   n2=9x‾2=163s2=30 Use this data to find the 99% confidence interval for the true difference between the population means. Assume that the population variances are equal and that the two populations are normally distributed. Step 1 of 3: Find the point estimate that should be used in constructing the confidence interval. Step 2 of 3: Find the margin of error to be used in constructing the confidence interval. Round your answer...
Given two independent random samples with the following results: n1=18x‾1=141s1=13   n2=12x‾2=161s2=12 Use this data to find...
Given two independent random samples with the following results: n1=18x‾1=141s1=13   n2=12x‾2=161s2=12 Use this data to find the 98% confidence interval for the true difference between the population means. Assume that the population variances are not equal and that the two populations are normally distributed. Step 2 of 3 : Find the margin of error to be used in constructing the confidence interval. Round your answer to six decimal places.
Given two independent random samples with the following results: n1=233 pˆ1=0.63    n2=435 pˆ2=0.76 Use this data...
Given two independent random samples with the following results: n1=233 pˆ1=0.63    n2=435 pˆ2=0.76 Use this data to find the 95% confidence interval for the true difference between the population proportions. Step 1 of 3: Find the critical value that should be used in constructing the confidence interval. Step 2 of 3: Find the value of the standard error. Round your answer to three decimal places. Step 3 of 3: Construct the 95% confidence interval. Round your answers to three decimal...
Given two independent random samples with the following results: n1=590, pˆ1=0.85, n2=414, pˆ2=0.59 Use this data...
Given two independent random samples with the following results: n1=590, pˆ1=0.85, n2=414, pˆ2=0.59 Use this data to find the 99% confidence interval for the true difference between the population proportions. Step 1 of 3: Find the critical value that should be used in constructing the confidence interval. Step 2 of 3: Find the value of the standard error. Round your answer to three decimal places. Step 3 of 3: Construct the 99% confidence interval. Round your answers to three decimal...
Consider two independent random samples with the following results: n1=561 pˆ1=0.38   n2=642 pˆ2=0.26 Use this data...
Consider two independent random samples with the following results: n1=561 pˆ1=0.38   n2=642 pˆ2=0.26 Use this data to find the 98% confidence interval for the true difference between the population proportions. Step 2 of 3 : Find the margin of error. Round your answer to six decimal places. Can you explain how I get the critical value and then how to find the endpoints.
Independent random samples of sizes n1 = 307 and n2 = 309 were taken from two...
Independent random samples of sizes n1 = 307 and n2 = 309 were taken from two populations. In the first sample, 92 of the individuals met a certain criteria whereas in the second sample, 108 of the individuals met the same criteria. Test the null hypothesis H0:p1=p2versus the alternative hypothesis HA:p1<p2. a)  Calculate the z test statistic, testing the null hypothesis that the population proportions are equal. Round your response to at least 3 decimal places.      b) What is the...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT