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

Implementation of the Fractionated Morse cipher. More...

Go to the source code of this file.

Data Structures

class  FractionatedMorseCipher
 Simplified implementation of the Fractionated Morse cipher. More...
 

Variables

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

Detailed Description

Implementation of the Fractionated Morse cipher.

The Fractionated Morse cipher first converts text to Morse code, then groups the dots and dashes into triplets and substitutes each triplet with a letter. This implementation uses MorseBasicCipher as a simplified placeholder for the full fractionation process.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file fractionatedMorse.ts.

Variable Documentation

◆ import

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

Definition at line 13 of file fractionatedMorse.ts.