Skip to content

Simple and useful password manager developed on python. Creates a database encrypted by a password, generates secure passwords and save it hashed and salted on the database. If you dont trust the application just look the code and modify it.

License

Notifications You must be signed in to change notification settings

sPROFFEs/PasswordManager

Repository files navigation

PasswordManager

Simple and useful password manager developed on python. Creates a database encrypted by a password, generates secure passwords and save it hashed and salted on the database. If you dont trust the application just look the code and modify it.

Installation

Install requirements

  pip install requirements.txt

Enviroment error bypass (at your own risk)

    pip install requirements.txt --break-system-packages

Usage/Examples

Use te executable on windows or

python or python3 pkeysmanager.py

When it first starts, it creates an encrypted database with the password we specify at that moment.

The password is not visible so just make sure you know it and then press enter.

imagen

imagen

Among the available options, we can create, search, modify, delete, and generate passwords.

imagen

If you want to add a new password, you can automatically generate a secure password when creating the entry if not just type one yourself.

imagen imagen imagen

If yes you can create a new group, if not you can select one that already exists imagen

Create secure passwords automatically or set it yourself

imagen imagen

If you want to see the passwords saved on the database

imagen

If you want to modify or delete some entry it will ask you before to ensure your decision

imagen

Feedback

If you have any feedback, please reach out to us at julioproffessor@gmail.com

About

Simple and useful password manager developed on python. Creates a database encrypted by a password, generates secure passwords and save it hashed and salted on the database. If you dont trust the application just look the code and modify it.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages