Secure python password manager
- Clone the repository
git clone https://github.com/jwe0/Pymanage
or download the code - Change your directory to the code
cd Pymanage
- Install the requirements
pip install -r requirements.txt
- Run the code
python main.py
- Setup your user account and login
- Run
help
for a list of commands
- Secure AES CBC password encryption ensuring no one can read your usernames, emails or passwords
- Secure SHA256 hashing so no one but you can access your database
- Simple and easy to use web user interface
- Easy to modify configuration file
- Add AES CBC encryption
- Add SHA256 hashing
- Add a web gui with Flask and html
- Add full functionality to the web ui