|
Asper Header
1.0.14
The header injector extension
|
Implementation of Morse code encoding and decoding. More...


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. | |
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.
| readonly MorseBasicCipher::CipherName = "MorseBasic" |
Identifier name for this cipher.
Definition at line 25 of file morseBasic.ts.