mjrodri / Password-Manager

The "Password Manager" project creates a secure app for storing passwords. It encrypts and organizes passwords, providing features like generation, decryption, and secure login. Users can manage their credentials safely, emphasizing privacy and security.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password-Manager

Overview

The Password Vault is a secure Python application for storing and managing passwords. It provides encryption, password generation, and secure login features.

Features

  • Create a secure vault to store passwords
  • Encrypt passwords for added security
  • Generate strong passwords
  • Decryption for retrieving passwords
  • Secure login functionality
  • Organize passwords by category

Installation

  1. Clone the repository to your local machine.
  2. Install the required dependencies using pip install -r requirements.txt.
  3. Run python password_vault.py to start the application.

Usage

  1. Upon launching the application, create a new vault or load an existing one.
  2. Add passwords to the vault, providing a name, username, and password.
  3. Use the password generator to create strong passwords.
  4. Retrieve passwords when needed by decrypting them with your master password.

About

The "Password Manager" project creates a secure app for storing passwords. It encrypts and organizes passwords, providing features like generation, decryption, and secure login. Users can manage their credentials safely, emphasizing privacy and security.


Languages

Language:Python 100.0%