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

Implementation of the Beaufort cipher. More...

Go to the source code of this file.

Data Structures

class  BeaufortCipher
 Implementation of the Beaufort reciprocal polyalphabetic cipher. More...
 

Variables

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

Detailed Description

Implementation of the Beaufort cipher.

The Beaufort cipher is a reciprocal cipher similar to Vigenère, but uses subtraction instead of addition: C = (K - P) mod 26. Named after Sir Francis Beaufort, it's its own inverse cipher.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file beaufort.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file beaufort.ts.