Skip to content

A Java console application for encrypting and decrypting messages, created as a learning project based on Bro Code tutorials.

License

Notifications You must be signed in to change notification settings

otuemre/encryptionProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 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:
    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 file for details.

Acknowledgments

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.

About

A Java console application for encrypting and decrypting messages, created as a learning project based on Bro Code tutorials.

Topics

Resources

License

Stars

Watchers

Forks

Languages