|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Trifid cipher. More...
Go to the source code of this file.
Data Structures | |
| class | TrifidCipher |
| Implementation of the Trifid fractionating transposition cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the Trifid cipher.
The Trifid cipher is a fractionating transposition cipher that combines Polybius-like encoding with grouped coordinate transposition. Uses a 3D coordinate system and period-based grouping for enhanced security. Invented by Félix Delastelle as an extension of the Bifid cipher.
Definition in file trifid.ts.
| import { BaseCipher } from "../base/baseCipher" |