Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 2.31 KB

File metadata and controls

61 lines (37 loc) · 2.31 KB

Caesar Cipher Encryption/Decryption Tool

This project is a simple Caesar Cipher tool for encrypting and decrypting text. It is built using HTML, CSS, and JavaScript.

🚀 Features

  • Text Encryption: Encrypt a message using a specified shift value.
  • Text Decryption: Decrypt a message using the known shift value.
  • Interactive UI: Simple and clean user interface for easy use.
  • Real-time Results: Immediate display of the encrypted/decrypted message.

🎯 Live Demo

Live Demo

Check out the live demo by clicking the button above!

🛠️ Installation

To run the project locally, follow these steps:

  1. Clone the repository: git clone https://github.com/kaushal892004/Project_Caesar_Cipher_Encryption_Decryption.git
  2. Navigate into the project directory: cd caesar-cipher-tool
  3. Open index.html in your web browser.

No additional dependencies are required as the project is purely frontend-based.

🎨 Screenshots

Here are some screenshots of the Caesar Cipher tool in action:

Main Interface

🤝 Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

🙌 Support

If you like this project, please consider giving it a ⭐ on GitHub and sharing it with your friends. You can also follow me on GitHub for more projects.

📢 Acknowledgments

  • MDN Web Docs - For documentation on HTML, CSS, and JavaScript
  • Any other tools or libraries you used

Made with ❤️ by Kaushal Parmar