Docomint

Chiffre de César / Encodeur ROT13

Chiffrez ou déchiffrez du texte avec le chiffre de César classique, y compris le préréglage ROT13.

🔒 Processed on your device

What is a Chiffre de César / Encodeur ROT13?

A Caesar cipher shifts every letter forward in the alphabet by a fixed amount and wraps around at the end — ROT13 is just the special case where that shift is 13, which also happens to be self-reversing (running it twice returns the original text).

How to use the Chiffre de César / Encodeur ROT13

  1. Type your message
  2. Pick a shift amount (13 = ROT13) and encrypt or decrypt
  3. The shifted text appears instantly, on your device

Example

With a shift of 3, "attack at dawn" becomes "dwwdfn dw gdzq" — a classic example of the cipher Julius Caesar is said to have used for military messages.

Frequently asked questions

Is a Caesar cipher secure?

No — it's a classical cipher with only 25 possible shifts, easily broken by hand or by trying every shift. Use it for puzzles or teaching, not for protecting real secrets.

Is my text uploaded anywhere?

No — Chiffre de César / Encodeur ROT13 runs entirely in your browser using JavaScript/WebAssembly. Your text is never sent to a server.

What shift amount should I use if I'm not specifically going for ROT13?

Any number from 1-25 works — 13 (ROT13) is popular purely because it's self-reversing, but the cipher itself offers no real security at any shift, since there are only 25 possible shifts to try.

Related tools