|
Asper Header
1.0.14
The header injector extension
|
Implementation of a general Monoalphabetic substitution cipher. More...
Go to the source code of this file.
Data Structures | |
| class | MonoalphabeticCipher |
| Implementation of a customizable monoalphabetic substitution cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of a general Monoalphabetic substitution cipher.
A monoalphabetic cipher uses a fixed substitution alphabet where each plaintext letter always maps to the same ciphertext letter. This implementation allows custom substitution alphabets.
Definition in file monoAlphabetic.ts.
| import { BaseCipher } from "../base/baseCipher" |
Definition at line 12 of file monoAlphabetic.ts.