Skip to content

Repository files navigation

Logo_Password_manager

Password_Manager

Password Manager in Python using pyaes and hashlib.

Description

Todo:

  1. Create your Account by entering an Username and a master password.
  2. This master password will be used for the creation of the security key,which will be used for encrypting and decrypting all of your passwords in your Account.
  3. The Hashing algorithm used is sha256.
  4. Your Account passwords will be encrypted in counter mode of aes encryption method.
  5. Your Account table (Database used is MYSQL) has columns: Title,Username,URL,Password,Email-ID.
  6. Search Your Passwords by entering the corresponding Title or Username or URL.

Dependencies

  • pymysql
  • pbkdf2
  • pillow
  • pyperclip
  • pyaes

Installing Via Github

  1. Clone/download the repo
  git clone https://github.com/shubhamsahu03/Password_Manager.git
  1. Open cmd/terminal and cd into the project

  2. Then to run it, execute the following in the terminal:

  main.py

Executable File Download link available

Click Here

Warning / Precaution

  • You should have MYSQL installed in your system.

About

Password Manager in Python using pyaes and hashlib

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages