Skip to content

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

Notifications You must be signed in to change notification settings

iiiiOreo/Password-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages