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

Implementation of the Autokey cipher. More...

Go to the source code of this file.

Data Structures

class  AutokeyCipher
 Implementation of the Autokey polyalphabetic substitution cipher. More...
 

Variables

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

Detailed Description

Implementation of the Autokey cipher.

The Autokey cipher is a polyalphabetic substitution cipher that extends the Vigenère cipher by using the plaintext itself to extend the key. This eliminates key repetition patterns that make Vigenère vulnerable.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file autoKey.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file autoKey.ts.