This project is a simple Caesar Cipher tool for encrypting and decrypting text. It is built using HTML, CSS, and JavaScript.
- 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.
Check out the live demo by clicking the button above!
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/kaushal892004/Project_Caesar_Cipher_Encryption_Decryption.git
- Navigate into the project directory:
cd caesar-cipher-tool
- Open
index.html
in your web browser.
No additional dependencies are required as the project is purely frontend-based.
Here are some screenshots of the Caesar Cipher tool in action:
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
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.
- MDN Web Docs - For documentation on HTML, CSS, and JavaScript
- Any other tools or libraries you used