Skip to content

h8handles/Py-Password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

About

This is a simple python script that stores passwords in a sqlite3 database encrypted and retrieves the decrypted values

Usage

python3 main.py ADD <username> <password> <site>

  • this will add an encrypted password to the database

python3 main.py GEN

  • will prompt you for a length, user and site
  • stores that generated password encrypted in the DB

python3 main.py RET

  • this will return all the passwords stored in the database unencrypted

image

Encrypted value stored in DB

image

About

A simple password manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages