A simple web app that encrypts text using the Caesar cipher algorithm β shifting each letter by a user-specified key.
Built with HTML, CSS, and JavaScript
π Open the Caesar Cipher App
- Enter any text in the text box.
- Enter a key (a number that determines how many letters to shift).
- Click Encrypt to see your encrypted message.
Example: Plaintext: HELLO Key: 1 Ciphertext: IFMMP
- HTML
- CSS
- JavaScript
The Caesar cipher is one of the oldest and simplest encryption techniques, invented by Julius Caesar.
It replaces each letter with another letter a fixed number of positions down the alphabet.
echo "Testing YOLO badge" >> README.md
Developed by Brian Kasi (Kbryaann)
Licensed under the MIT License.
Updated on Fri Oct 31 20:11:49 UTC 2025