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

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"
 

Detailed Description

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.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file monoAlphabetic.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file monoAlphabetic.ts.