|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Porta polyalphabetic reciprocal cipher. More...


Public Member Functions | |
| constructor () | |
| Constructor for Porta cipher. | |
Data Fields | |
| readonly | CipherName = "Porta" |
| Identifier name for this cipher. | |
Data Fields inherited from BaseCipher | |
| abstract abstract encode(plaintext:string, key?:any) abstract decode(ciphertext:string, key?:any) readonly | CipherName: string |
| Abstract method to encode plaintext. | |
Additional Inherited Members | |
Static Public Attributes inherited from BaseCipher | |
| static readonly | ALPHABET: string = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" |
| Standard English alphabet for cipher operations. | |
Implementation of the Porta polyalphabetic reciprocal cipher.
Uses a simplified half-shift Vigenère-like method instead of the full digraph tableau. The cipher is reciprocal, meaning the same operation serves for both encoding and decoding.
|
inline |
| readonly PortaCipher::CipherName = "Porta" |