|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Porta cipher. More...
Go to the source code of this file.
Data Structures | |
| class | PortaCipher |
| Implementation of the Porta polyalphabetic reciprocal cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the Porta cipher.
The Porta cipher is a polyalphabetic substitution cipher that uses a tableau similar to Vigenère but with a reciprocal property. This simplified implementation uses half-shifts based on key characters.
Definition in file porta.ts.
| import { BaseCipher } from "../base/baseCipher" |