|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Route transposition cipher. More...


Public Member Functions | |
| constructor () | |
| Constructor for Route cipher. | |
Data Fields | |
| readonly | CipherName = "Route" |
| 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 the Route transposition cipher.
Arranges plaintext in a rectangular grid, then reads it following a predetermined spiral route to create the ciphertext. The route pattern determines the specific transposition applied.
|
inline |
| readonly RouteCipher::CipherName = "Route" |