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

Implementation of the Polybius Square cipher. More...

Go to the source code of this file.

Data Structures

class  PolybiusCipher
 Implementation of the Polybius Square substitution cipher. More...
 

Variables

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

Detailed Description

Implementation of the Polybius Square cipher.

The Polybius Square is an ancient Greek cipher that uses a 5×5 grid to encode letters as pairs of numbers (row, column). Letters I and J share the same cell to fit the 26-letter alphabet into 25 grid positions.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file polybius.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file polybius.ts.