InterviewSolution
Saved Bookmarks
| 1. |
p = 11; q = 13; M = 7(a) 84(b) 124(c) 106(d) 76The question was posed to me in semester exam.The above asked question is from Knapsack/ Merkle topic in chapter Public Key Cryptography and RSA of Cryptograph & Network Security |
|
Answer» CORRECT ANSWER is (c) 106 Best explanation: N = 143; F(n) = 120; d = 11; C = 106. |
|