Skip to content

Latest commit

 

History

History
33 lines (32 loc) · 1.53 KB

README.md

File metadata and controls

33 lines (32 loc) · 1.53 KB

Password-Manager

Introduction

The project aims to provide a secure and convenient way to store and access passwords for various online accounts. The project has three main features:

  • Password generator: This feature allows the user to create strong and random passwords for different websites or applications.
  • Password checker: This feature allows the user to check the strength and security of their existing passwords. The user can enter their passwords and get feedback on how easy or hard they are to crack by hackers.
  • Password saver and retriever: This feature allows the user to save and retrieve their passwords in an encrypted form. The passwords are encrypted using AES encryption, which is a standard and widely used algorithm for data protection. The passwords are stored on a cloud server. To access the saved passwords, the user must bypass two factor authentication using Google Authenticator, a mobile app that generates a one-time code for verification

Prerequisites:

recommended to use Python 3.8 or newer

Libraries to install:

pip install requests

pip install pyperclip

pip install pyotp

pip install qrcode

pip install tkinter

pip install pycryptodome

To open and Run this project download UI 1 folder and open in the folder in VS Code

Here is a Preview of how the code works:

Video.Original.Compressed.webm