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

Implementation of the Route cipher. More...

Go to the source code of this file.

Data Structures

class  RouteCipher
 Implementation of the Route transposition cipher. More...
 

Variables

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

Detailed Description

Implementation of the Route cipher.

The Route cipher writes text row-by-row into a rectangular grid and then reads it following a spiral route pattern. This creates a transposition cipher where the reading path determines the encryption.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file route.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file route.ts.