//ROT13

ROT13 Encoder and Decoder

Apply ROT13, or read ROT13 someone sent you. The same operation does both, so either box works.

Type in either box — the other one updates as you go.

About ROT13 Decoder

Confileo's ROT13 Decoder tool applies ROT13 to text and reads ROT13 back, using one operation for both. Everything runs in your browser, free and without signup, and your files are deleted automatically after processing.

ROT13 rotates each letter thirteen places through the alphabet: A becomes N, B becomes O, and N wraps back round to A. It comes from early Usenet, where it was the agreed way to post something a reader might not want to see immediately — a spoiler, a punchline, the answer to a puzzle, an offensive joke someone wanted to make opt-in. The text is right there in the message; you simply have to choose to decode it.

The reason thirteen was chosen rather than any other number is the property that makes this page unusually simple. Thirteen is exactly half of twenty-six, so applying the rotation a second time returns you to where you started. Encoding and decoding are the same operation, which is why there is no mode switch here and why either pane can be the one you type into — the tool cannot get the direction wrong because there is no direction to get wrong.

Only the twenty-six ASCII letters move. Digits, spaces, punctuation, and every non-Latin script pass through exactly as they are, and case is preserved: a capital stays capital, a lowercase stays lowercase. That is the behaviour every ROT13 implementation agrees on, and it is what makes ROT13 text still readable as text — the shape of the sentence, the word lengths and the punctuation all survive, which is part of why it looks like a cipher rather than like noise.

It is worth being blunt about what this is not. ROT13 provides no security whatsoever. It has no key, the method is universally known, and it can be broken by eye — a frequency count is not even necessary, since the whole cipher is one fixed substitution that anyone can undo in seconds. It was never intended as protection. Its entire purpose is to put one deliberate step between a reader and text they have not yet agreed to see.

It still turns up in a few living places. Spoiler conventions on forums and mailing lists; capture-the-flag and puzzle-hunt challenges, where ROT13 is usually the first thing to try on an unrecognised string; a handful of old software easter eggs; and as a teaching example, because the Caesar cipher it generalises is the simplest substitution cipher there is. If a string looks like language but reads as nonsense, pasting it here takes a second and rules it in or out.

The rotation is computed in your browser and nothing you type is sent anywhere.

Quick facts

Price
Free — no paywall
Signup
Not required
Max file size
Up to 100 MB per file
Your files
Deleted automatically after processing
Works on
Any browser — desktop, tablet, mobile
Watermark
None on your output

How to use ROT13 Decoder

  1. 1Type or paste your text into either pane.
  2. 2The other side updates immediately — ROT13 is its own inverse, so there is no direction to choose.
  3. 3Copy the result.

Why use Confileo

  • 100% free with no daily limits, watermarks or hidden paywalls.
  • No signup or account required — start using it instantly.
  • Your files are processed securely and deleted automatically for full privacy.
  • Works in any browser on desktop, tablet and mobile — nothing to install.
  • Fast processing built to handle real, everyday document workloads.

ROT13 Decoder — Frequently asked questions

Why is ROT13 both the encoder and the decoder?

Thirteen is exactly half of twenty-six, so rotating twice brings every letter back to where it started. That makes the operation its own inverse, which is why this page has no mode switch and why you can type in either box. It is also why thirteen was picked in the first place rather than any other shift.

Is ROT13 secure?

Not at all, and it was never meant to be. There is no key, the method is universally known, and it can be undone by eye in seconds. Its purpose is social rather than cryptographic: it puts one deliberate step between a reader and text they have not agreed to see, such as a spoiler or the answer to a puzzle.

What happens to numbers, punctuation and other alphabets?

They pass through untouched. Only the twenty-six ASCII letters rotate, and case is preserved. That is what every ROT13 implementation does, and it is why ROT13 text still looks like language — the word lengths, spacing and punctuation are all intact.

What is the difference between ROT13 and a Caesar cipher?

ROT13 is a Caesar cipher with the shift fixed at thirteen. A general Caesar cipher can use any shift from 1 to 25, so it needs a key and encoding and decoding become different operations. Fixing the shift at half the alphabet is what removes the key and collapses the two directions into one.

Is this tool really free?

Yes. Every Confileo tool is free to use with no daily caps, no watermark on your output and no credit card required.

Do I need to create an account?

No. You can use the tool straight away without signing up or logging in.

Are my files safe and private?

Yes. Your files are processed for the task you requested and then deleted automatically — they are never shared or kept.

Does it work on my phone?

Yes. The tool runs in any modern browser, so it works the same on desktop, tablet and mobile with nothing to install.

Related tools