|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Bifid cipher. More...
Go to the source code of this file.
Data Structures | |
| class | BifidCipher |
| Implementation of the Bifid fractionating transposition cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the Bifid cipher.
The Bifid cipher combines the Polybius square with transposition. It first converts letters to coordinate pairs, then rearranges these coordinates by separating and recombining them before converting back to letters. Invented by Félix Delastelle in 1901.
Definition in file bifid.ts.
| import { BaseCipher } from "../base/baseCipher" |