Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create passwordmanager.py #305

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Create passwordmanager.py #305

wants to merge 1 commit into from

Conversation

RAM909
Copy link

@RAM909 RAM909 commented Oct 24, 2024

Password Manager with Encryption

This is a Python-based password manager that securely stores passwords using encryption. It allows users to store and retrieve passwords for different websites or applications. The passwords are encrypted using the cryptography module and stored locally in a CSV file. For encryption and decryption, the master password is used to derive an encryption key.

Features

  • Password encryption using PBKDF2 and AES-based encryption (cryptography package).
  • Passwords stored securely in a CSV file with a unique salt for each entry.
  • Password decryption using the master password to ensure security.
  • Command-line based menu for storing and retrieving passwords.

Prerequisites

Ensure you have Python installed on your machine (version 3.6+). You'll also need to install the required cryptography module.

Installation of Required Libraries

To install the necessary dependencies, run:

pip install cryptography

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant