ndleah / python-mini-project

🙌 Welcome open-source Python mini-project contributions!
MIT License
3.17k stars 1.25k forks source link

Create passwordmanager.py #305

Open RAM909 opened 1 month ago

RAM909 commented 1 month ago

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

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