Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Java Encryption Program

📌 Table of Contents

🌐 Overview

The Java Encryption Program is a simple tool designed to encrypt and decrypt messages based on a custom or randomly generated key. The program allows users to encrypt text by shuffling ASCII characters and decrypt it using the same key. This project is useful for learning about encryption techniques and working with string manipulation in Java.

⚙️ Features

  • Generate a new encryption key (randomly shuffled ASCII characters).
  • Set a custom encryption key.
  • Encrypt any message using the current key.
  • Decrypt an encrypted message using the current key.
  • View both the original and encrypted key mappings.

🤝 Contributing

Contributions are welcome! Feel free to open issues or pull requests for any improvements or bug fixes.

💬 Contact

For any inquiries or collaboration opportunities, feel free to reach out via:

Gmail LinkedIn Instagram GitHub

(back to top)

About

A simple Java tool for encrypting and decrypting messages using custom or random keys with shuffled ASCII characters.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages