Asper Header  1.0.14
The header injector extension
Loading...
Searching...
No Matches
adfgvx.ts File Reference

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"
 

Detailed Description

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).

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file adfgvx.ts.

Variable Documentation

◆ import

import { BaseCipher } from "../base/baseCipher"

Definition at line 13 of file adfgvx.ts.