(2 pts) [NOTE: You may want to work through the OLI module for
Encryption before attempting this problem.]
Consider a public key encryption system using RSA encryption
that starts with two prime numbers p = 97 and q = 233.
-
Compute the public key pair (e, n)
and the private key pair (d, n)
for this system. Select the smallest value for e that
will work, and then select the smallest value for d that
will work given your value for e. Show your work.
-
Consider the numerical message 15110 that is to be
transmitted.
What is the encrypted message that should be transmitted using this
system? Show your work.
-
Verify that the receiver can decode the message from part (b)
using the private key pair. Show your work.
You should use irb to help you with the large computations
for this problem.