Question: You are asked to write a prototype for RSA. The prototype should meet he following specifications: A. It generate two large pseudo-prime numbers p and
You are asked to write a prototype for RSA. The prototype should meet he following specifications: A. It generate two large pseudo-prime numbers p and q. B. Use the p and q to create a pair (e, n) as the public key. C. Find the private key d D. Let a user input a string and the prototype encrypts the string with the public key, and E. The system can recover the encrypted message with the private key.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
