All tools · 🔤 Encode / Decode

🔁 ROT13 / Caesar Cipher

ROT13 is a classic substitution cipher that shifts each letter by 13 positions — encoding and decoding are the same operation. This tool also lets you set any shift 0-25 (Caesar cipher). Useful for puzzles, CTFs, and spoiler protection.

Loading tool…

Examples

ROT13
InputHello, World!
OutputUryyb, Jbeyq!
Caesar +3 (classic)
Inputattack at dawn
Outputdwwdfn dw gdzq
Decode ROT13
InputGur cnffjbeq vf gehfg
OutputThe password is trust

Frequently asked questions

Is ROT13 secure?

No — it is trivially reversible. Used historically for jokes and spoiler protection on Usenet, never for real security.

Why does ROT13 decode itself?

Because the alphabet has 26 letters and 13 is half. Apply the shift twice and you are back where you started.

What about non-letters?

Numbers, punctuation, and spaces pass through unchanged. Case is preserved.

About this tool

ROT13 / Caesar Cipher runs entirely in your browser using standard Web APIs. No data is sent to any server. The source for this tool is in our public GitHub repository.

Related tools

← All 96 tools

Why this tool

vs typical free web-tool sites

1vwTypical free site
PriceFreeFree
Signup requiredNoOften (for premium features)
Ads inside the toolNoYes (banner + video)
Data sent to serverNo (browser-only)Yes (inputs analyzed for ads)
Total tools96Often <20 or scattered across sites
Bookmarkable URL per toolYesMixed
Loads in under 1sYes (static)Often slow (ad tracking)
MultilingualEN / ES / PT / FR / DEUsually EN only
Open sourceYesNo