Question: In a c++ Implement the Caesar cipher (letter + key) mod 26 and decipher (letter - key) mod 26. Create functions for example: Encryption(char *in,
In a c++ Implement the Caesar cipher (letter + key) mod 26 and decipher (letter - key) mod 26. Create functions for example: Encryption(char *in, char *out, int length, int key) The main should ask for a sentence and a key.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
