|
Asper Header
1.0.14
The header injector extension
|
Implementation of a simplified VIC cipher. More...
Go to the source code of this file.
Data Structures | |
| class | VICCipher |
| Simplified implementation of the VIC (Soviet spy) cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of a simplified VIC cipher.
The VIC cipher was a complex Soviet cipher used during the Cold War combining multiple encryption steps. This simplified version chains Columnar Transposition followed by Vigenère cipher to model its spirit.
Definition in file vic.ts.
| import { BaseCipher } from "../base/baseCipher" |