/Password-Manager-Using-Python

Password Manager in Python allows you to effectively store your passwords in a database. It encrypts your password before storing it to a sqlite3 database.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PassMan

This simple Password Manager in Python allows you to effectively store your passwords in a database. It encrypts your password before adding it to a sqlite3 database. The keys are stored in a hidden file on your system that are automatically generated.

Features

  • Encrypts your password before storing
  • Stores the keys securely and hides the files
  • Automatically copies password to your clipboard (It does alert you)
  • This currently only works on Windows

Run Locally

  • Download the executable file from releases
  • Create a New Folder and Paste the executable there
  • This folder is completely portable
  • If you wish to move your passwords to a different location just transfer the whole folder there

OR

Clone the project

  git clone https://github.com/DivyanshuAG/Password-Manager-Using-Python

Go to the project directory

  cd "Password Manager Using Python"

Install dependencies

  pip install -r requirements.txt

Run the file

  python password_manager.py

License

GPL-3.0

Author

@divyanshuagarwal