Question: output should look something like this: Design a program in C++ utilizing the RSA encryption algorithm as it is shown in the example on the

output should look something like this:

Design a program in C++ utilizing the RSA encryption algorithm as it is shown in the example on the 1) You need to design a function Encryption for RSA encryption accepting n and e as parameters 2) You also need to design a function Decryption accepting d as a parameter and apply to decrypt 3) To utilize modular exponentiation, you should find an appropriate algorithm representing an 4) Upload in Moodle your source code and screen shot(s) proving that you program works slides 28-33 of the Lecture 8 class notes. and apply it to encrypt a message "Last name is Smiley" using n 4559 and e 13 a message encrypted in the first part. integer as a product of powers of 2 correctly and can encrypt and decrypt a message
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
