1.

For p = 11 and q = 17 and choose e=7. Apply RSA algorithm where Cipher message=11 and thus find the plain text.(a) 88(b) 122(c) 143(d) 111I had been asked this question in examination.The doubt is from Knapsack/ Merkle in portion Public Key Cryptography and RSA of Cryptograph & Network Security

Answer»

Correct OPTION is (a) 88

The explanation is: n = pq = 11 × 19 = 187.

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



Discussion

No Comment Found

Related InterviewSolutions