Assignment
Perform encryption and decryption using the RSA algorithm, for the following:
p = 3; q = 11, e = 7; M = 5
• What is the public key PU?
• What is the private key PR?
• What is the cipertext C?
• How does the decryption to covert the ciphertext back to the plaintext M?