Question: Problem Statement: Encrypt / Decrypt a text or text file provided by the user. Use the Rivest-Shamir-Adleman (RSA) encryption function / class available in the
Problem Statement: Encrypt / Decrypt a text or text file provided by the user. Use the Rivest-Shamir-Adleman (RSA) encryption function / class available in the library of any language of your choice e.g. python
program must have these:
Program getting input for the encryption: 2 mark.
Program showing the encrypted text / text file: 1 mark.
Correct use of the RSA algorithm for encryption part: 3 marks.
Program getting input for the decryption: 2 mark.
Program showing the plain text / plain text file: 1 mark.
Correct use of the RSA algorithm for decryption part: 3 marks.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
