Param302 / Password-Manager

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Cryptography Library

Installation

$ pip install cryptography

Then just run the main.py file in CMD or any Terminal you prefer.

TO-DO

A Gui. Multiple Users. Email OTP. Recovery keys.

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.

License:MIT License


Languages

Language:Python 100.0%