|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Gronsfeld cipher. More...
Go to the source code of this file.
Data Structures | |
| class | GronsfeldCipher |
| Implementation of the Gronsfeld polyalphabetic substitution cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the Gronsfeld cipher.
The Gronsfeld cipher is a variant of the Vigenère cipher that uses a numeric key instead of an alphabetic one. Each digit directly specifies the shift amount for the corresponding plaintext character.
Definition in file gronsfeld.ts.
| import { BaseCipher } from "../base/baseCipher" |
Definition at line 12 of file gronsfeld.ts.