|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Keyword cipher. More...
Go to the source code of this file.
Data Structures | |
| class | KeywordCipher |
| Implementation of the Keyword monoalphabetic substitution cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the Keyword cipher.
The Keyword cipher is a monoalphabetic substitution cipher that uses a keyword to generate the cipher alphabet. The keyword is placed at the beginning, followed by the remaining letters in order.
Definition in file keyWord.ts.
| import { BaseCipher } from "../base/baseCipher" |
Definition at line 12 of file keyWord.ts.