Lots of accounts and lots of passwords? Hard time managing them all. Just use these scripts to save your passwords on your local machine securely.
All the passwords will be encrypted using AES and then saved to SQLite database so no one can snoop.
- python3
Download from Python Website
- sqlite3
Download from SQLite Website
- pycrypto
apt-get install pycrypto