In an RSA encryption system given that p11 and q13 The pair
In an RSA encryption system, given that p=11 and q=13. The pair of keys (public [d], private [e]) needs to be generated from p and q. The choice of one of the two keys is with some freedom, and the choice of the other key is fixed after the first key is chosen. The pair of keys can be used to encrypt and decrypt messages.
1. If you are asked to first pick d between 10 and 11, then which value you would pick?
Solution
n = 11 *13 = 143
phi n = (11-1)*(13-1) =120
d = (1+120k)/e
for k =1
d = (1+120)/e
for e =11
we must choose
d=11
![In an RSA encryption system, given that p=11 and q=13. The pair of keys (public [d], private [e]) needs to be generated from p and q. The choice of one of the t In an RSA encryption system, given that p=11 and q=13. The pair of keys (public [d], private [e]) needs to be generated from p and q. The choice of one of the t](/WebImages/45/in-an-rsa-encryption-system-given-that-p11-and-q13-the-pair-1140828-1761611830-0.webp)