ToolPad
Runs locally in your browser. Nothing you paste is sent to a server.

ROT13 Converter

Apply ROT13 to text (encode/decode). ROT13 shifts letters by 13 positions and is fully reversible. Runs locally in your browser.

Input

0 chars

Output

0 chars

Tip: You can verify in DevTools โ†’ Network that nothing is uploaded.

About this ROT13 Converter

ROT13 Converter applies a simple letter substitution where Aโ†”N, Bโ†”O, and so on. Running ROT13 twice returns the original text.

This is commonly used for light obfuscation (spoilers, puzzles) and quick reversible masking. It is not secure encryption.

Common uses
  • Process text data quickly without external tools
  • Transform content for development workflows
  • Clean and format text for analysis
Tips
  • Enable Auto to transform as you type
  • Upload text files directly from your device
  • Download the result when done

FAQ

Is my text uploaded to a server?

No. Everything runs locally in your browser. Nothing you paste is sent to a server.

Can I use this tool offline?

After the page loads once, it will typically keep working offline (unless you hard refresh with no cache).

Do you store my input?

No. Your input stays in your browser. Only optional preferences like theme or language may be stored.

What input formats are supported?

Any plain text. You can paste text directly into the input box.

Is ROT13 encryption?

No. ROT13 is not secure. It is a simple reversible substitution with no secret key.

Does ROT13 change numbers or symbols?

No. Only letters Aโ€“Z and aโ€“z are transformed. Numbers, punctuation, and whitespace remain unchanged.

Why does applying it twice restore the input?

Because shifting by 13 twice returns to the original letter (26-letter alphabet).