RSA Algorithm Question?
This is a question I need to get done for grade11 computers class. I have no idea what to do. If someone wanted to write this program for me that would be awesome:
Write a program that takes a user-specified file and two user-entered values for p and q and then encrypts the file using the RSA algorithm. The encrypted text must be saved in a second user-entered file. The values for n, t, e, and d should be calculated/generated by your program.
|