Question: I need to make a program that does RSA Encryption in python, I am getting p and q from the user, check that p and

I need to make a program that does RSA Encryption in python, I am getting p and q from the user, check that p and q are prime. find N using p*q, find phi(n) using (p-1)(q-1). find e where e is coprime with phi(n) and N and 1

output should look like:

public key:

private key:

mod:

original message:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!