In: Computer Science
Alice wants to send a plaintext message m = 10 to Bob secretly using RSA public key cryptosystem. Bob selects p = 7, and q = 13 with e = 5. You have to perform following tasks:
a. Compute and list Bob’s public and private keys.
b. Compute the ciphertext that Alice will send to Bob using plaintext message m = 10.
c. Recover the actual plaintext from the ciphertext sent by Alice