Question: I need help coding a c++ program that will encrypt and decrypt text. It needs to have a random number generator in the program. The
I need help coding a c++ program that will encrypt and decrypt text. It needs to have a random number generator in the program. The algorithm for the encryption is (n+26-p) mod 26. And (n+26-c) mod 26 for the decryption. No vectors functions allowed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
