Asper Header  1.0.14
The header injector extension
Loading...
Searching...
No Matches
trifid.ts File Reference

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"
 

Detailed Description

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.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file trifid.ts.

Variable Documentation

◆ import

import { BaseCipher } from "../base/baseCipher"

Definition at line 13 of file trifid.ts.