Question: Create a menu driven program that will (#2 and #3 is make testing easier) It should provide the user with a choice to either encrypt

Create a menu driven program that will (#2 and #3 is make testing easier)

It should provide the user with a choice to either encrypt or decrypt a file; for example:

1 Encrypt

2 Decrypt

3 About

4 Quit

2.If the user selects to encrypt, a file you should simply always assume the files name is Data.in and the output is Data.out

3.If the user selects to decrypt, a file should simply always be assumed to be name Data.out and it is to be decrypted to Data.in

4.It should use a Caesar cipher

5.It should always prompt the user for a key, so different users can use the algorithm.

please use c++ language to solve this problem

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!