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

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"
 

Detailed Description

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.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file porta.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file porta.ts.