Question: You have been given two prime numbers, p = 1 1 and q = 1 7 , to construct an RSA encryption system. Follow the
You have been given two prime numbers, p and q to construct an RSA encryption
system. Follow the steps below to set up the RSA encryption and encrypt a given plaintext
message.
Step : Calculate the modulus n by multiplying p and q
Step : Calculate Euler's totient function phi n using the formula: phi np q
Step : Choose an encryption exponent e that is relatively prime to phi n
Step : Calculate the decryption exponent d using the formula: d e mod phi n
Step : Your friend has provided their public key, which consists of the encryption exponent e
and modulus n The plaintext message you want to send is "RSA". Each letter in the plaintext
message corresponds to a numerical value A B C and so on To encrypt the message,
you need to perform RSA encryption using your friend's public key.
Calculate the ciphertext of the message "RSA" using RSA encryption with your friend's public key
encryption exponent e modulus n
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
