The Secure Password Manager project is a cybersecurity application designed to securely store and manage sensitive online credentials. This project provides users with a user-friendly interface to create, store, and retrieve passwords while ensuring their encryption and protection.
- Password Storage: Safely stores and organizes online credentials, including usernames and passwords.
- User-Friendly Interface: Offers an intuitive graphical user interface (GUI) for easy interaction.
- Instant Retrieval: Enables quick retrieval of stored passwords for convenient use.
- Clone or download this repository to your local machine.
- Make sure you have Python (and any required libraries) installed.
- Run the
Password_manager.pyscript. - Set up a master password to secure your password vault.
- Add, view, or retrieve stored passwords using the intuitive interface.
- Python (version 3.10)
- Required libraries (e.g.,
tkinter,cryptography)
- Clone this repository: git clone https://github.com/divyaparmar1/secure-password-manager.git
- Navigate to the project directory: cd Password_manager
- Install required libraries: pip install -r requirements.txt
- Run the script: python password_manager.py
Contributions are welcome! If you find any issues or want to enhance the project, feel free to submit a pull request.
This project is licensed under the MIT License.

