RSA Encryption issue.

Is they any one that can help me out. I am attempting to do RSA encryption but I am having issues with things within the algorithm. I can generate the private and public keys fine but after that I cannot generate the encryption/decryption parts of the programme.

The algorithm I have is (for decryption/encryption);
Message^public key MOD phi(R) = C
C^Private key MOD phi(R) = Message.

Please can some one help and maybe point me in the best direction to go in whilst doing RSA encryption.
Thank you!
Topic archived. No new replies allowed.