Encryption Program GUI
This is a Java Swing GUI application for encrypting and decrypting messages. The program allows users to enter a message, encrypt it, and view the encrypted result, or decrypt an encrypted message to its original form. It provides a simple interface for performing encryption and decryption operations.
Features:
User-friendly interface with input and output text areas. Encryption and decryption functionalities. Colorful and visually appealing design. Dark gray background with light gray text areas for contrast. Buttons for encrypting and decrypting messages. Easy-to-understand layout for smooth interaction. Usage:
Enter the message you want to encrypt or decrypt in the input text area. Click the "Encrypt" button to encrypt the message or the "Decrypt" button to decrypt it. The encrypted or decrypted message will be displayed in the output text area. How to Run:
Simply compile and run the EncryptionProgramGUI.java file. Ensure you have Java installed on your system. Contributions: Contributions and suggestions for improvement are welcome! Feel free to fork the repository, make changes, and create a pull request.
License: This project is licensed under the MIT License.
Author: [Levin Torregosa]
Note: This project is for educational purposes and should not be used for sensitive data encryption without proper implementation of secure encryption algorithms.