This is a simple python script that stores passwords in a sqlite3 database encrypted and retrieves the decrypted values
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
Encrypted value stored in DB