A user-interactive web-based Caesar Cipher encryption and decryption tool. This project demonstrates the fundamental principles of cryptography with a clean, modern interface and neon-cyber aesthetics.
(Optional: add link here if hosted)
This tool allows users to:
- Encrypt messages using the Caesar Cipher algorithm with a custom shift value.
- Decrypt messages using the same shift.
- Understand the basics of substitution ciphers interactively.
- β Real-time Caesar Cipher Encryption & Decryption
- β Supports both uppercase and lowercase characters
- β Retains non-alphabet characters (symbols, numbers, etc.)
- β Beautiful neon-themed UI with animated background
- β Fully responsive design
- Clone the Repository
git clone https://github.com/your-username/caesar-cipher-tool.git cd caesar-cipher-tool