|
Asper Header
1.0.14
The header injector extension
|
Simplified implementation of the VIC (Soviet spy) cipher. More...


Public Member Functions | |
| constructor () | |
| Constructor for simplified VIC cipher. | |
Data Fields | |
| readonly | CipherName = "VIC" |
| 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. | |
Simplified implementation of the VIC (Soviet spy) cipher.
Chains two cipher operations: Columnar Transposition followed by Vigenère substitution. The historical VIC was much more complex, involving digit conversion and multiple transposition steps.
|
inline |
| readonly VICCipher::CipherName = "VIC" |