Skip to content

gowtham758550/password-generator-and-manager

Repository files navigation

Password Manager

A simple multi platform support Password Manager using python.

Requirements 🧐

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.

Usage

$ python3 main.py

You need to create a master password

Generate password

To generate password you need to give the website name and no of characters for your password

Fetch password

You can fetch all generated passwords only with website name. Website name is not case sensitive so, don't worry.

Change master password

When you change the master password password stored files will be reencrypted using your new master password.

Backup passwords

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.

Metadata

You can find the file last modified time using this feature.

Note

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.

Contributors

We also working on GUI. Find here

Support us with some 💸

About

A simple password manager using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages