Skip to content

Latest commit

 

History

History
59 lines (51 loc) · 1.67 KB

README.md

File metadata and controls

59 lines (51 loc) · 1.67 KB

Password Manager

Overview

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.

Features

  • 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.

Important

  • Please create RSA key-pair and put it in password_manager_latest directory to use encryption response

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/password_manager.git
  2. Navigate to the project directory:
    cd password_manager
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

  1. Run the application:
    python main.py
  2. Follow the on-screen instructions to add, retrieve, or manage your passwords.

Contributing

Contributions are welcome! If you'd like to contribute to this project:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m "Description of changes"
  4. Push to your branch:
    git push origin feature-name
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Disclaimer

Use this tool responsibly. The developers are not liable for any misuse or data loss resulting from the use of this application.

password_manager