Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 723 Bytes

File metadata and controls

23 lines (16 loc) · 723 Bytes

CryptWizard

Password Manager Project

A Python-based password manager designed to help users securely store and manage their passwords with Advanced Encryption techniques.

Objective

The main purpose of this project is to provide an efficient and secure solution for users to store and manage unique passwords for their various accounts, eliminating the need to memorize them.

Installation

Download the project to your local folder

git clone https://github.com/Raqeeb27/CryptWizard.git

Install the required python dependencies

pip install -r requirements.txt

Setup a MySQL Database Follow this guide