// by seankriegler.com

ROT13 Encoder ⇄ Decoder

ROT13 is symmetric — the same operation encodes and decodes

// ROT13 Cipher

Apply ROT13 substitution cipher to text. Symmetric operation — apply twice to reverse.

// Use Cases

Text obfuscation, email spoiler tags, simple encryption, cryptography learning.

// Why Use It

Classic cipher for educational purposes. Quick way to obscure text.