RSA Programming Lab Testing Quiz

Answer the following questions. Provide full solution when is required. If you didn't complete your program, solve all questions and provide detailed solution to receive PATIAL credit for the graded lab

Students who wrote the program, make sure your program outputs the following information: p, q, e (in case of random generation), n and d - in all cases, numeric values of input plaintext/ciphertext, numeric values of the found final plaintext/ciphertext and the final plaintext/chipertext.

Important: for students who wrote the program we also need to test encryption mode 2: random generation of primes p and q and e. Run your program several times for the plaintexts of your choice and document the output.