Question: Task: Students are required to create a Python program that performs customized Caesar encryption/decryption, as follows: a-The program should have a main menu, through which

Task:

Students are required to create a Python program that performs customized Caesar encryption/decryption, as follows:

a-The program should have a main menu, through which the user can choose whether he wants to encrypt a text or decrypt it.

B- If the user chose to encrypt plaintext, he will be asked to enter his ID, which is also the name of the input file (i.e. if student ID is 199999, then the input file name should be 199999.txt). The user should not enter the file extension (i.e. .txt), instead, the program should append the extension to the ID automatically.

C- The input file must contain the following information: - Student full name - Student ID - Student Age

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!