# Caesar Cipher Encoder

> Encrypt and decrypt text with a Caesar shift cipher, including ROT13.

To use a Caesar cipher, enter your text and a shift amount. Each letter moves that many places through the alphabet, wrapping from Z back to A. A shift of 13 gives ROT13, which is its own inverse — applying it twice returns the original text.

**URL:** https://convertto.tech/t/caesar-cipher
**Category:** Encoders & Decoders (https://convertto.tech/c/encoding-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your text.
2. Set the shift.
3. Choose the mode.
4. The result appears immediately — copy or download it.

## FAQ

### Is a Caesar cipher secure?

Not at all. With only 25 possible shifts it can be broken by hand in seconds. It is a teaching example and a puzzle device, not a way to protect real information.

## Related tools

- [ROT13 & ROT-N Cipher](https://convertto.tech/t/rot13-rotn-cipher): Shift letters by any amount — ROT13, ROT47 and every rotation in between, with a full table.
- [Base32 Encoder & Decoder](https://convertto.tech/t/base32-encode-decode): Encode and decode Base32 (RFC 4648) — used by TOTP secrets and case-insensitive identifiers.
- [Base58 Encoder & Decoder](https://convertto.tech/t/base58-encode-decode): Encode and decode Base58 — the Bitcoin alphabet that omits look-alike characters.
- [Base64 Encoder & Decoder](https://convertto.tech/t/base64-encode-decode): Encode and decode Base64 with automatic direction detection, plus file and data-URI support.
- [Binary to Text Converter](https://convertto.tech/t/binary-to-text): Translate text into binary ones and zeros, and decode binary back into readable text.
- [Data URI Generator](https://convertto.tech/t/data-uri-generator): Turn text, SVG or CSS into a data: URI you can inline directly in HTML or stylesheets.
- [Hex to Text Converter](https://convertto.tech/t/hex-to-text): Convert text to hexadecimal bytes and decode hex strings back into readable text.
- [HTML Entity Encoder & Decoder](https://convertto.tech/t/html-entity-encode-decode): Convert characters to HTML entities and back — escape markup safely for display.
