|
Asper Header
1.0.14
The header injector extension
|
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" | |
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.
Definition in file enigma.ts.
| import { BaseCipher } from "../base/baseCipher" |