The RSA system was used to encrypt the message M into the cipher-text C = 6. The public key is given by n = p q = 187 and e = 107. In the following, we will try to crack the system and to determine the original message M. (a) What parameters comprises the public key and what parameters the private key? (b) What steps are necessary to determine the private key from the public key? (c) Determine the private key for the given system. (d) What is the original message M? How would i solve this?
Answers
Answered by
0
Answer:
(A) The public key is (n,e) and the private key is d. We know ed=1 (mod(p−1)(q−1)).
(B) c:=me(mod(n))
If you can compute the private key d, you can compute cd(modn) to get m, since cd=(me)d=m1(modn) since ed≡1(modn).
Explanation:
Answered by
0
Answer:
Hello,
Do you get the answered for this question ?
Because I have same question and I do not know how to solve it
Explanation:
Similar questions