A python based password management application that can save passwords to multiple websites, which can all be accessed using a master key. All entered passwords are encrypted using Caesar's Cipher with psuedorandom shift for each password and are stored locally as a binary text file. GUI was created using tkinter GUI toolkit.
# Clone this repository
$ git clone https://github.com/tejusrevi/password-manager
# Install dependencies
$ pip install -r requirements.txt
# Run App.py
$ python App.py
