|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Polybius Square cipher. More...
Go to the source code of this file.
Data Structures | |
| class | PolybiusCipher |
| Implementation of the Polybius Square substitution cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the Polybius Square cipher.
The Polybius Square is an ancient Greek cipher that uses a 5×5 grid to encode letters as pairs of numbers (row, column). Letters I and J share the same cell to fit the 26-letter alphabet into 25 grid positions.
Definition in file polybius.ts.
| import { BaseCipher } from "../base/baseCipher" |
Definition at line 12 of file polybius.ts.