Asper Header  1.0.14
The header injector extension
Loading...
Searching...
No Matches
MorseBasicCipher Class Reference

Implementation of Morse code encoding and decoding. More...

Inheritance diagram for MorseBasicCipher:
Inheritance graph
Collaboration diagram for MorseBasicCipher:
Collaboration graph

Data Fields

readonly CipherName = "MorseBasic"
 Identifier name for this cipher.
 
- Data Fields inherited from BaseCipher
abstract abstract encode(plaintext:string, key?:any) abstract decode(ciphertext:string, key?:any) readonly CipherName: string
 Abstract method to encode plaintext.
 

Additional Inherited Members

- Static Public Attributes inherited from BaseCipher
static readonly ALPHABET: string = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
 Standard English alphabet for cipher operations.
 

Detailed Description

Implementation of Morse code encoding and decoding.

Converts alphabetic and numeric characters to/from Morse code using standard International Morse Code patterns. Spaces separate individual character codes in the encoded output.

Definition at line 21 of file morseBasic.ts.

Field Documentation

◆ CipherName

readonly MorseBasicCipher::CipherName = "MorseBasic"

Identifier name for this cipher.

Definition at line 25 of file morseBasic.ts.


The documentation for this class was generated from the following file: