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

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"
 

Detailed Description

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.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file vic.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file vic.ts.