Using the RSA with p = 3, q = 11, e = 7:
1) Explain the suitable value for d?
2) Encode the message “cat” by encrypting each letter separately, i.e., by encrypting ASCII code of each letter.
3) Apply the decryption algorithm to encrypted version to recover the original message.
Describe all the work in detail.