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

Implementation of the Bifid cipher. More...

Go to the source code of this file.

Data Structures

class  BifidCipher
 Implementation of the Bifid fractionating transposition cipher. More...
 

Variables

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

Detailed Description

Implementation of the Bifid cipher.

The Bifid cipher combines the Polybius square with transposition. It first converts letters to coordinate pairs, then rearranges these coordinates by separating and recombining them before converting back to letters. Invented by Félix Delastelle in 1901.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file bifid.ts.

Variable Documentation

◆ import

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

Definition at line 13 of file bifid.ts.