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

Implementation of the Scytale cipher. More...

Go to the source code of this file.

Data Structures

class  ScytaleCipher
 Implementation of the ancient Scytale transposition cipher. More...
 

Variables

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

Detailed Description

Implementation of the Scytale cipher.

The Scytale cipher is an ancient Greek transposition cipher that wraps text around a rod of a given diameter. The message is written row-by-row around the rod, then read column-by-column when the rod is unwrapped.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file scytale.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file scytale.ts.