Question: You are using RSA for encryption. Your public key (e, n) is (7, 1457) and private key (d, n) is (1183, 1457). Encrypt the following

You are using RSA for encryption. Your public key (e, n) is (7, 1457) and private key (d, n) is (1183, 1457). Encrypt the following message "OKSTATECOWBOYS" and print the encrypted message. Convert each character to 8-bit ASCII then convert the 8-bit to a number (integer) so you can do the encryption. Your output can be in bit or integer. Note: You can write a program to do the encryption or do the calculation by hand
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
