|
Asper Header
1.0.14
The header injector extension
|
Implementation of Baudot telegraph code encoding. More...


Public Member Functions | |
| constructor () | |
| Constructor for Baudot code cipher. | |
Data Fields | |
| readonly | CipherName = "Baudot" |
| 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 Baudot telegraph code encoding.
Converts letters to telegraph code patterns (using Morse-like notation for simplicity). Historically used 5-bit codes for teleprinter systems.
|
inline |
| readonly BaudotCipher::CipherName = "Baudot" |