221k views
0 votes
Use the RSA algorithm with p = 251 and q = 701. Fill in appropriate values for e and d. You may use the RSA calculator at

a) e = 17, d = 413

b) e = 23, d = 299

c) e = 13, d = 523

d) e = 19, d = 367

User Derekyau
by
8.8k points

1 Answer

2 votes

Final answer:

The RSA algorithm question requires calculating n, Euler's totient function φ(n), and finding a pair of values for e and d where d × e modulo φ(n) equals 1.

Step-by-step explanation:

The question is asking to identify the correct pair of values for e and d in the RSA algorithm, given that p = 251 and q = 701. To find valid values for e and d, you first calculate n by multiplying p and q, and then compute φ(n) (Euler's totient function of n), which is (p - 1) × (q - 1). After obtaining φ(n), choose an e that is coprime to φ(n) and then calculate d such that d × e ≡ 1 (mod φ(n)). Only one of the given options will satisfy the condition that d × e modulo φ(n) equals 1.

User Wyatt Ward
by
8.8k points

Related questions

asked Feb 22, 2016 186k views
Web Worm asked Feb 22, 2016
by Web Worm
7.5k points
2 answers
3 votes
186k views
asked Jul 23, 2016 19.2k views
Rushkeldon asked Jul 23, 2016
by Rushkeldon
8.5k points
1 answer
5 votes
19.2k views