A secure password vault that stores passwords for various apps and websites. This application uses Tkinter for the graphical user interface (GUI) and hashlib for password hashing. The master password is securely hashed ensuring robust security for your stored credentials.
https://youtu.be/hkhyKJj28Ac?si=ZUK34eF5Utg-pOox
Here're some of the project's best features:
- Master Password Creation: Users can create a master password to access the vault.
- Password Storage: Safely store passwords for different platforms and applications.
- Password Encryption: Utilizes hashlib to hash and encrypt passwords.
- User-friendly Interface: Built with Tkinter making it easy to navigate and manage passwords.
1. Clone the repository
git clone https://github.com/D-Majumder/Password-Vault.git
2. Run
main.py
Technologies used in the project:
- Python
- SQLite
- md5
This project is licensed under the GNU GENERAL PUBLIC LICENSE
Thankyou for liking. If i have made any mistakes feel free to let me know.