Encryption and Decryption Tool for Your Daily Password Needs
EnDe is a GUI based Password Manager. Do you use text file encryption tools or using CLI to do encrytion activities, Then EnDe is for you!
- PyQt5 installation.
pip install PyQt5- Crypto library installation
pip install pycryptodomex- hashlib and sqlite3 were used from python built-in libraries. Making sure, you have these libraries.
- Run the program via ende.py file.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b "featurebranchname") - Commit your Changes (
git commit -m "commit message") - Push to the Branch (
git push origin featurebranchname) - Open a Pull Request
Distributed under the GNU Affero General Public License v3.0. See LICENSE for more information.
Project Link: https://github.com/santhossunthar/EnDe
