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

Implementation of a simplified Enigma machine cipher. More...

Go to the source code of this file.

Data Structures

class  EnigmaCipher
 Simplified implementation of the Enigma machine polyalphabetic cipher. More...
 

Variables

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

Detailed Description

Implementation of a simplified Enigma machine cipher.

The Enigma machine was used by German forces during WWII for secure communication. This implementation simulates the rotor mechanism with stepping rotors and a reflector, though simplified compared to the actual historical machine.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file enigma.ts.

Variable Documentation

◆ import

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

Definition at line 13 of file enigma.ts.