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

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"
 

Detailed Description

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.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file gronsfeld.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file gronsfeld.ts.