PyPWD
A Python3 Password Manager, with encryption and without connection
https://www.garanet.net/it-blog/python-password-manager/
A Python3 Password Manager, with encryption and without an Internet connection.
How it Works:
First Run: PyPWD > Creates Master Key with your master username and password (Do not forget it or modify the config file, otherwise you'll be not able to open your password manager anymore).
PyPWD > Saves a DataFrame as an encrypted CVS and all passwords are encrypted too, with key and the master password.
Login: PyPWD >...