Question: Write a C++ program to encrypt or cipher a text file ( eFile.txt ). The text files does contain small letters, capital letter , numbers
Write a C++ program to encrypt or cipher a text file ( eFile.txt ). The text files does contain small letters, capital letter , numbers , spaces , and symbols. The output ( encrypted text ) will be displayed on the screen as 50 chareatcer per line.
Rules : Your program must compile and run using the latest version of Code::Blocks IDE
Must use arrays, repetitions , and control structures
You must use the appropriate libraries in writing this program.
Not allowed to use functions

For this program, the following keys are used: Plaintext alphabet: ABCDEFGHIJKLMNOPQRSTUVWXYZ Ciphertext alphabet EMNVDLWAUCPOKXQBIZJRYTGSHF Numbers Cipher numbers: 0123456789 9876543210 Special symbols: Cipher special symbols: Space replacer symbols: An example encryption using the above keys: flee at once. we are discovered! 10-4 is encrypted to
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
