|
Asper Header
1.0.14
The header injector extension
|
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" | |
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.
Definition in file columnar.ts.
| import { BaseCipher } from "../base/baseCipher" |
Definition at line 12 of file columnar.ts.