Skip to content

A simple password manager that uses the Fernet module from the Cryptography library.

License

Notifications You must be signed in to change notification settings

Javets70/Password-Manager

This branch is 36 commits behind MundaneHassan/Password-Manager:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

de590ed · Sep 29, 2021

History

15 Commits
Sep 29, 2021
Sep 29, 2021
Sep 29, 2021

Repository files navigation

GitHub repo size GitHub

Password-Manager

A simple password manager that uses the Fernet module from the Cryptography library.

We STRONGLY recommend first obfuscating the program then using it, a library like pyarmor will work fine.

Requirements

Python >= 3.6

Installation

$ pip install cryptography

Then just run the main.py file in CMD or any linux Terminal you prefer, you will input your PIN and then close the program. After that, comment from line 5 to 16 and uncomment from line 18 to 106 by removing the apostrophes, obfuscate it and you're done.

TO-DO

A Gui.

Contributing

Please feel free to open a issue, or a pull request if you have found any bugs, or have any ideas.

License

MIT

Disclaimer

This password manager was built for educational purposes. Please use at your own risk.

About

A simple password manager that uses the Fernet module from the Cryptography library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%