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

Implementation of the Columnar Transposition cipher. More...

Go to the source code of this file.

Data Structures

class  ColumnarCipher
 Implementation of the Columnar Transposition cipher. More...
 

Variables

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

Detailed Description

Implementation of the Columnar Transposition cipher.

The Columnar Transposition cipher rearranges plaintext by writing it into a grid row by row, then reading it column by column in an order determined by the alphabetical sorting of the key characters.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file columnar.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file columnar.ts.