441,770 views
9 votes
9 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++

User Nick Johnson
by
2.7k points

1 Answer

19 votes
19 votes

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 Snf
by
2.7k points