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


Public Member Functions | |
| constructor (period:number=5) | |
| Constructor for Trifid cipher. | |
Data Fields | |
| readonly | CipherName = "Trifid" |
| 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 Trifid fractionating transposition cipher.
Uses 3D coordinates (row, column, depth) and period-based grouping to create a more complex cipher than Bifid. Coordinates are rearranged in groups before being converted back to letters.
|
inline |
| readonly TrifidCipher::CipherName = "Trifid" |