dexter-11 / PyPASS

An offline desktop-based password manager. Now IMPROVED! (2022)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPASS Desktop Password Manager v2 (2022)

Read about the Project here

Read about the latest improvements here

Installation:

Python > 3.7 required.

python -m venv project_env --system-site-packages

# USE PYTHON VIRTUAL ENV FOR THE PROJECT TESTING (Recommended)
cd .\project_env\Scripts\
.\activate

pip install -r reqs.txt
python3 pypass.py

.\deactivate

Features:

  • Completely offline and Python-based
  • User-friendly GUI now with Dark elements
  • In-built Password strength analyzer and Random password generator
  • AES 256 Encrypted database
  • Now with 2FA integration enabled:
    • Time-based OTP verification (Google Authenticator compatible)
    • NEW Hand Gesture-based 2-factor authentication

People involved

Saket Pandey , Tushar Abir, Sambeet Pani , Devyansh Singh

Other references

TechVidian's tutorial


How to use? (Will be updated soon)

Preview:

CreateMaster CreateGbA CreateOTP LoginOTP LoginGbA Mainmenu Createpass

For more, check out the App Preview


About

An offline desktop-based password manager. Now IMPROVED! (2022)


Languages

Language:Python 88.1%Language:PureBasic 11.9%