Assignment -
We will be extending the Caesar cypher we looked at earlier into 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.
A first draft is due at the end of Week 6. This is your opportunity to get feedback and support on this assignment. I do not expect your first submission to work, you will receive credit for any significant attempt. The final version is due at the end of Week 7. Week 7 ends on a Friday, so don't wait until the last minute!
Create a python file called PasswordSaver.py in PyCharm and copy the following code into it.
Attachment:- Assignment File.rar