Asper Header  1.0.14
The header injector extension
Loading...
Searching...
No Matches
rot13.ts File Reference

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"
 

Detailed Description

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.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file rot13.ts.

Variable Documentation

◆ import

import { BaseCipher } from "../base/baseCipher"

Definition at line 13 of file rot13.ts.