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

Implementation of the Tap Code cipher. More...

Go to the source code of this file.

Data Structures

class  TapCodeCipher
 Implementation of the Tap Code prisoner communication cipher. More...
 

Variables

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

Detailed Description

Implementation of the Tap Code cipher.

The Tap Code cipher encodes letters using a 5×5 Polybius square where I and J share the same cell. Each letter is represented by two groups of dots — the first for the row, the second for the column. Used by prisoners of war for covert communication.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file tapcode.ts.

Variable Documentation

◆ import

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

Definition at line 13 of file tapcode.ts.