A password manager written in Python language that encrypts and stores your information with fernet.
⚠️ Important:
At the time I was working on this project, my main goal was to get it running on my own machine. It hasn't been optimized for other environments, so you may run into issues.
- Save and display passwords.
- Update/Delete and edit passwords.
- Get backup.
- login page.
edit.and.delete.mp4
Terminal#> cd ./<path>/KeysBox
Teminal/keysbox#> pip install -r requirements.txt
- Created by Matin Afzal
- E-mail: contact.matin@yahoo.com
- Github: @MatinAfzal