Skip to content

A Python-based GUI tool for secure text encryption and decryption using the cryptography library and tkinter for the interface. Encrypt and decrypt text easily with the ability to copy results to the clipboard.

License

Notifications You must be signed in to change notification settings

Satyampathania/Encryption-Decryption-TOOL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

🛡️ 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

Clone the Repository:

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

screenshot

Image Name

Image Name

📝 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

About

A Python-based GUI tool for secure text encryption and decryption using the cryptography library and tkinter for the interface. Encrypt and decrypt text easily with the ability to copy results to the clipboard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages