A lightweight, fully functional implementation of Caesar Cipher built using HTML, CSS, and vanilla JavaScript β no frameworks, no dependencies.
It allows users to encrypt and decrypt text messages or .txt files using a simple shift key logic.
β
Client-side only (no backend required)
β
File upload support (.txt) β automatically reads content for encryption/decryption
β
File download β saves the encrypted/decrypted message as .txt
β
Responsive, modern UI with a styled interface
β
Instant encryption and decryption using ASCII shift logic
The Caesar Cipher is a basic substitution cipher where each character in the plaintext is shifted by a given integer key.