QUESTION ! Theme. Choose two prime numbers p and g (these are your inputs). Suppose that you need to send a message to your friend, and you implement the RSA algorithm for secure key generation. You need public and private keys (these are your outputs). You are free to choose other parameters or inputs if you need any. Write a program for the RSA algorithm using any programing language you know (such as C++) to generate your public and private key. Your program will display the following: 1. public and private keys 2. your given message and encrypted message 3. a message for any wrong inputs such as "you entered a number, which is not a prime". Objective: To learn the RSA algorithm, inputs, key generation, and outputs in practice. Deliverable: Output snapshots (pictures) for any given inputs and source code in a doc or pdf file (or in a zip file) Attach File Browse My Computer QUESTION 27 Theme. Choose two prime numbers p and q (these are your inputs). Suppose that you need to send a message to your friend, and you implement the RSA algorithm for secure key generation. You need public and private keys (these are your outputs). You are free to choose other parameters or inputs if you need any. Write a program for the RSA algorithm using any programing language you know (such as C++) to generate your public and private key. Your program will display the following: 1. public and private keys 2. your given message and encrypted message 3. a message for any wrong inputs such as "you entered a number, which is not a prime". Objective: To learn the RSA algorithm, inputs, key generation, and outputs in practice. Deliverable: Output snapshots (pictures) for any given inputs and source code in a doc or pdf file (or in a zip file) Attach File Browse My Computer