|
Asper Header
1.0.14
The header injector extension
|
Implementation of the ADFGVX cipher. More...
Go to the source code of this file.
Data Structures | |
| class | ADFGVXCipher |
| Implementation of the ADFGVX fractionating transposition cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the ADFGVX cipher.
The ADFGVX cipher is a fractionating transposition cipher used by German forces in WWI. It combines Polybius square substitution with columnar transposition, using only the letters A,D,F,G,V,X as symbols (chosen for their distinct Morse code patterns).
Definition in file adfgvx.ts.
| import { BaseCipher } from "../base/baseCipher" |