Question: 10. (RSA Public Key Cryptosystem) Let us pick two prime numbers p 41,q 67 Then, npq 41 67 2747 ?(n)-. (p-1)(q-1)-40 * 66 2640 We
10. (RSA Public Key Cryptosystem) Let us pick two prime numbers p 41,q 67 Then, npq 41 67 2747 ?(n)-. (p-1)(q-1)-40 * 66 2640 We pick a small prime number s, with gcd(s, ?(n))-1. s-13. Then, t-s-1 mod ?(n)s 13-1 mod 2640-2437. (This inverse is computed by Euclid's algorithm.) The public keys are (s,n) and the private key (t, n). (a) Suppose a sender wants to send a number x 2169. Compute the encrypted message y. Make sure you perform a mod operation after each multiplication so the intermediate results does not become too large. Use the recursive algorithm Power to compute the exponentiation. (You may use an Excel sheet to generate the data.) Show the computation. (b) Compute the decrypted message z and verify that z x. Show the computation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
