|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Tap Code cipher. More...
Go to the source code of this file.
Data Structures | |
| class | TapCodeCipher |
| Implementation of the Tap Code prisoner communication cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the Tap Code cipher.
The Tap Code cipher encodes letters using a 5×5 Polybius square where I and J share the same cell. Each letter is represented by two groups of dots — the first for the row, the second for the column. Used by prisoners of war for covert communication.
Definition in file tapcode.ts.
| import { BaseCipher } from "../base/baseCipher" |
Definition at line 13 of file tapcode.ts.