Question: Need help with these C++ programs. Thank you in advance!! Homework 12a COMSC-44 File Encrypter File encryption is the science of writing the contents of

Need help with these C++ programs. Thank you in advance!!

Need help with these C++ programs. Thank you in advance!! Homework 12aCOMSC-44 File Encrypter File encryption is the science of writing the contentsof a file in a secret code. Your encryption program should worklike a filter, reading the contents of one file, modifying the datainto a code, and then writing the coded contents out to a

Homework 12a COMSC-44 File Encrypter File encryption is the science of writing the contents of a file in a secret code. Your encryption program should work like a filter, reading the contents of one file, modifying the data into a code, and then writing the coded contents out to a second file. The second file will be a version of the first file, but written in a secret code Although there are complex encryption techniques, you should use a simple one of your own. For example, you could read the first file, one character at a time , and add 10 to the ASCII code of each character before it is written to the second file. The clear text file that you will be encrypting is called Gettysburg.txt. The encrypted file that you will be creating should be called Gobblygook.txt. After you have read in the original file, display it on the screen, and then also display the encrypted result

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!