This is a Java-based encryption project that demonstrates basic message encryption techniques. The project was created as a learning exercise inspired by Bro Code tutorials to deepen understanding of Java programming fundamentals.
The Encryption Project allows users to encrypt and decrypt text messages, serving as a practical introduction to Java and basic encryption techniques. This project was developed to explore Java programming concepts, object-oriented programming, and simple encryption logic.
- Encrypt Messages: Converts plain text messages into encrypted text using a simple algorithm.
- Decrypt Messages: Allows encrypted messages to be converted back to their original form.
- User-Friendly Console Interface: Interacts with users through a simple console interface.
- Java: Core language used to implement the encryption and decryption logic.
- Clone the Repository:
git clone https://github.com/otuemre/encryptionProject.git
- Open in an IDE: Import the project into IntelliJ IDEA, Eclipse, or any other Java-compatible IDE.
- Run the Project: Compile and run the main file to start encrypting and decrypting messages through the console interface.
This project is licensed under the MIT License - see the LICENSE.md file for details.
The code and concepts in this project were inspired by Bro Code tutorials. Special thanks to Bro Code for providing helpful resources for learning Java.