A simple multi platform support Password Manager using python.
We use pyAesCrypt third party module for encryption and decryption don't worry about the manual installation our tool will automatically install the module when you run in your machine if not available.
$ python3 main.py
You need to create a master password
To generate password you need to give the website name and no of characters for your password
You can fetch all generated passwords only with website name. Website name is not case sensitive so, don't worry.
When you change the master password password stored files will be reencrypted using your new master password.
All your password stored files, master password file, and key will be stored in a same folder as a zip file. So, you can use this files to fetch passwords with your master password at any machine.
You can find the file last modified time using this feature.
Don't use this program in high risky situations or for any sensitive purpose it is a student project and may contain bugs unknown to us.
DEVELOPERS NOT RESPONSIBLE FOR ANY DAMAGES ARISING FROM USE OF THIS SOFTWARE.
We also working on GUI. Find here