|
Asper Header
1.0.14
The header injector extension
|
Implementation of the ADFGVX fractionating transposition cipher. More...


Public Member Functions | |
| constructor () | |
| Constructor for ADFGVX cipher. | |
Data Fields | |
| readonly | CipherName = "ADFGVX" |
| Identifier name for this cipher. | |
Data Fields inherited from BaseCipher | |
| abstract abstract encode(plaintext:string, key?:any) abstract decode(ciphertext:string, key?:any) readonly | CipherName: string |
| Abstract method to encode plaintext. | |
Additional Inherited Members | |
Static Public Attributes inherited from BaseCipher | |
| static readonly | ALPHABET: string = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" |
| Standard English alphabet for cipher operations. | |
Implementation of the ADFGVX fractionating transposition cipher.
First encodes characters using a 6×6 Polybius square containing A-Z and 0-9, representing coordinates with the letters ADFGVX. Then applies columnar transposition to the resulting coordinate pairs for additional security.
|
inline |
| readonly ADFGVXCipher::CipherName = "ADFGVX" |