π‘οΈ Simple Text Encryption and Decryption Tool π‘οΈ
Satyam
π Description
This is a Python-based GUI tool designed to provide a simple way to encrypt and decrypt text. Utilizing the power of the cryptography library for secure encryption and decryption, and tkinter for a user-friendly interface, this tool ensures your text is safely encrypted and easy to decrypt with the same key.
π Features
π Encrypts text securely.
π Decrypts text using the same encryption key.
π₯οΈ Simple GUI for user interaction.
π Copy functionality for easy sharing.
π οΈ Technologies Used
Python 3.8+
tkinter for the graphical user interface
cryptography for encryption and decryption
π How to Use
sh
git clone https://github.com/Satyampathania/encryption-decryption-tool.git
cd encryption-decryption-tool
Install Dependencies:
sh
pip install cryptography
Run the Script:
sh
python encrypt_decrypt_tool.py
Follow the GUI Instructions:
Choose to encrypt or decrypt the text.
Enter the text.
Copy the result to the clipboard.
π· Screenshots
π License
This project is licensed under the MIT License - see the LICENSE file for details.
π Acknowledgements
Thanks to the cryptography team for their excellent library.
Thanks to the Python community for continuous support and resources.
π« Connect with Me
LinkedIn: Satyam Pathania https://www.linkedin.com/in/satyam-pathania/
GitHub: Satyampathania



