iiiiOreo / Password-Manager

Python Tkinter-based Password Manager with AES encryption, Google Authenticator 2FA, and integrated password generator and checker for enhanced security and streamlined credential management.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python Tkinter-based Password Manager with AES encryption, Google Authenticator 2FA, and integrated password generator and checker for enhanced security and streamlined credential management.


Languages

Language:Python 100.0%