|
Asper Header
1.0.14
The header injector extension
|
Implementation of the ROT13 cipher. More...
Go to the source code of this file.
Data Structures | |
| class | ROT13Cipher |
| Implementation of the ROT13 substitution cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the ROT13 cipher.
ROT13 ("rotate by 13 places") is a simple Caesar cipher variant that shifts each letter by 13 positions. Since there are 26 letters in the alphabet, ROT13 is its own inverse (applying it twice restores the original text). Commonly used for obscuring spoilers and offensive content.
Definition in file rot13.ts.
| import { BaseCipher } from "../base/baseCipher" |