The password_manager
project is a tool designed to securely store, manage, and retrieve passwords. It provides a user-friendly interface and robust encryption to ensure the safety of sensitive information.
- Secure storage of passwords using encryption.
- Easy retrieval of stored passwords.
- User-friendly interface for managing credentials.
- Support for multiple accounts and services.
- Cross-platform compatibility.
- Please create RSA key-pair and put it in
password_manager_latest
directory to use encryption response
- Clone the repository:
git clone https://github.com/your-username/password_manager.git
- Navigate to the project directory:
cd password_manager
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
- Follow the on-screen instructions to add, retrieve, or manage your passwords.
Contributions are welcome! If you'd like to contribute to this project:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Commit your changes:
git commit -m "Description of changes"
- Push to your branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE
file for details.
Use this tool responsibly. The developers are not liable for any misuse or data loss resulting from the use of this application.