Encryption Program in C++?
I am needing to create a program that encrypts a set of input integers from the user. The program needs to ask the user for 2 integers, test the integers to see if they are prime, convert the integers to a private and public key and then output the keys. Can anyone help me with this or provide me a sample of some code as a helpful guide? Thanks!