Python Programming
Paper details
A full-fledged password saver. The program will be able to:
Lookup passwords for websites
Add new passwords for websites (encrypting them with the caesar cypher)Store these passwords to a file on the computer
Load passwords from a stored password file
Most of the code is provided but there are some critical components missing. You will need to add these components.
Create a python file called PasswordSaver.py and copy the following code into it. Extra Credit (max 5 points): Add additional menu items to the program. For instance, add the ability to delete passwords.
***The code that is needed is in the attached files.***






