36.6k views
0 votes
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 each character in the input file into a code, and then writing the coded characters out to a second file. the second file will be a version of the first file but written in a secret code. must be c++

1 Answer

1 vote

Answer:

The second file will be a version of the first file, but written in a secret code. Although there are complex encryption techniques

Step-by-step explanation:

The second file will be a version of the first file, but written in a secret code. Although there are complex encryption techniques

User SamHecquet
by
7.5k points