Caesar Cipher Encoder

What is a Caesar Cipher?

A Caesar Cipher is one of the simplest encryption techniques. It shifts each letter in the alphabet by a fixed number of positions. For example, with a shift of 3, 'A' becomes 'D', 'B' becomes 'E', and so on. When we reach the end of the alphabet, it wraps around to the beginning.

Example: "HELLO" with shift 3 becomes "KHOOR"

📖 See how this app was created with GitHub Copilot →


Back to TNT JS Apps