Question: You are required to create a console-based application that requests a message to be encrypted from the user via standard input, encrypts it and stores
You are required to create a console-based application that requests a message to be encrypted from the user via standard input, encrypts it and stores it in a file, and then allows the user to decrypt the same message and presents it to the user via standard output.






e Chegg Study I Guided y 9 Project 1 spec.pdf n Men's adidas EQT BOO x , The Battle For The Las . T O Subscriptions-YouTubNew Tab C Secure https://mymasonportal.gmu.edu/bbcswebdav/pid-7152785-dt-content-rid-93490384_1/courses/82984.201770/Project1 spec.pdf Project Description For this first project, you are required to create a console-based application that requests a message to be encrypted from the user via standard input, encrypts it and stores it in a file and then allows the user to decrypt the same message and presents it to the user via standard output. A utilities.py module will be provided to you that performs the basic file storage and retrieval. The import statement must be used in your application to access the code in this module. So you should put the following statement at the beginning of the code: from utilities import store, retrieve You must create a menu in the main0 function that will provide the user several options as shown below === Simple Encryption 1) Encrypt 2) Decrypt 3) Exit Enter option>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
