Question: In this assignment, you will develop a program in C++, Java, or Python that encrypts a text file and decrypts a text file using a
In this assignment, you will develop a program in C++, Java, or Python that encrypts a text file and decrypts a text file using a double transposition ciphering algorithm. This algorithm is described in the Stamp textbook on pages 26-27. On the command line, the user will enter the name of the program, followed by either "-e" to encrypt or "-d" to decrypt. The text file will be submitted to the program using file redirection on the command line. Looking for C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
