Definition
A letter substitution method where each alphabet letter is shifted by 13 positions.
Use Case
Useful for teaching reversible transformations and character substitution logic in code.
Note
ROT13 is not secure encryption. It is a simple educational transformation only.