1.

For p = 11 and q = 17 and choose e=7. Apply RSA algorithm where PT message=88 and thus find the CT.(a) 23(b) 64(c) 11(d) 54The question was posed to me in an interview for internship.The question is from Knapsack/ Merkle in chapter Public Key Cryptography and RSA of Cryptograph & Network Security

Answer»

Correct choice is (C) 11

Easiest EXPLANATION: N = pq = 11 × 19 = 187.

C=M^e mod n ;C=88^7 mod 187 ; C = 11 mod 187.



Discussion

No Comment Found

Related InterviewSolutions