|
Asper Header
1.0.14
The header injector extension
|
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" | |
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.
Definition in file beaufort.ts.
| import { BaseCipher } from "../base/baseCipher" |
Definition at line 12 of file beaufort.ts.