https://github.com/otuemre/encryptionproject
A Java console application for encrypting and decrypting messages, created as a learning project based on Bro Code tutorials.
https://github.com/otuemre/encryptionproject
bro-code cryptography-basics encryption java java-programming
Last synced: 12 months ago
JSON representation
A Java console application for encrypting and decrypting messages, created as a learning project based on Bro Code tutorials.
- Host: GitHub
- URL: https://github.com/otuemre/encryptionproject
- Owner: otuemre
- License: other
- Created: 2024-11-11T14:32:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-11T14:43:08.000Z (over 1 year ago)
- Last Synced: 2025-01-29T19:24:44.280Z (about 1 year ago)
- Topics: bro-code, cryptography-basics, encryption, java, java-programming
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Encryption Project
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](https://www.youtube.com/@BroCodez) tutorials to deepen understanding of Java programming fundamentals.
## Project Overview
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.
## Features
- **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.
## Technologies Used
- **Java**: Core language used to implement the encryption and decryption logic.
## Setup Instructions
1. **Clone the Repository**:
```bash
git clone https://github.com/otuemre/encryptionProject.git
```
2. **Open in an IDE**: Import the project into IntelliJ IDEA, Eclipse, or any other Java-compatible IDE.
3. **Run the Project**: Compile and run the main file to start encrypting and decrypting messages through the console interface.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## Acknowledgments
The code and concepts in this project were inspired by [Bro Code](https://www.youtube.com/@BroCodez) tutorials. Special thanks to Bro Code for providing helpful resources for learning Java.