Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 485 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 485 Bytes

Password Manager for all your passwords.

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.

Requirements

  • python3

Download from Python Website

  • sqlite3

Download from SQLite Website

  • pycrypto
apt-get install pycrypto