InterviewSolution
Saved Bookmarks
| 1. |
For p = 11 and q = 19 and choose e=17. Apply RSA algorithm where message=5 and find the cipher text.(a) C=80(b) C=92(c) C=56(d) C=23The question was posed to me in examination.Origin of the question is Knapsack/ Merkle topic in portion Public Key Cryptography and RSA of Cryptograph & Network Security |
|
Answer» RIGHT choice is (a) C=80 The EXPLANATION: N = pq = 11 × 19 = 209. |
|