Codificação
ROT13 / Cifra de César
Cifra de César — deslocamento cíclico das letras do alfabeto latino. ROT13 é um caso particular com deslocamento de 13 (botão abaixo), simétrico: encode e decode geram o mesmo resultado. Outros caracteres (números, cirílico, pontuação) não são alterados.
Perguntas frequentes
Is ROT13 actually secure?
No, not at all. ROT13 is a trivial letter-rotation cipher with no real security — anyone can decode it instantly, even by eye. It's used for obfuscating spoilers or puzzle answers, not for protecting sensitive data.
Why does encoding and decoding give the same result for ROT13?
ROT13 shifts letters by 13, exactly half of the 26-letter alphabet, so applying it twice returns the original text — encode and decode are the same operation.
What happens to numbers, punctuation, or non-Latin letters?
They're left unchanged. Only Latin alphabet letters are shifted; the custom shift value works the same way for any Caesar cipher variant.