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

Main export file for the cipher module. More...

Go to the source code of this file.

Variables

 BaseCipher
 
CipherI from base
 
 ADFGVXCipher
 
 AffineCipher
 
 AtbashCipher
 
 AutokeyCipher
 
 BaconCipher
 
 Base64Cipher
 
 BaudotCipher
 
 BeaufortCipher
 
 BifidCipher
 
 CaesarCipher
 
 ColumnarCipher
 
 DoubleTranspositionCipher
 
 EnigmaCipher
 
 FractionatedMorseCipher
 
 GronsfeldCipher
 
 KeywordCipher
 
 MonoalphabeticCipher
 
 MorseBasicCipher
 
 NihilistCipher
 
 PigpenCipher
 
 PolybiusCipher
 
 PortaCipher
 
 RailFenceCipher
 
 ROT13Cipher
 
 RouteCipher
 
 ScytaleCipher
 
 TapCodeCipher
 
 TrifidCipher
 
 VICCipher
 
 VigenereCipher
 
XORCipher from flavoured
 
 Cipher
 
ALLCiphers from ciphers
 

Detailed Description

Main export file for the cipher module.

This module provides a comprehensive collection of cryptographic ciphers including classical, substitution, transposition, and modern encoding techniques. All ciphers implement a common interface for consistent encode/decode operations.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file index.ts.

Variable Documentation

◆ ADFGVXCipher

ADFGVXCipher

Definition at line 17 of file index.ts.

◆ AffineCipher

AffineCipher

Definition at line 17 of file index.ts.

◆ AtbashCipher

AtbashCipher

Definition at line 17 of file index.ts.

◆ AutokeyCipher

AutokeyCipher

Definition at line 17 of file index.ts.

◆ BaconCipher

BaconCipher

Definition at line 18 of file index.ts.

◆ base

CipherI from base

Definition at line 13 of file index.ts.

◆ Base64Cipher

Base64Cipher

Definition at line 18 of file index.ts.

◆ BaseCipher

BaseCipher

Definition at line 13 of file index.ts.

◆ BaudotCipher

BaudotCipher

Definition at line 18 of file index.ts.

◆ BeaufortCipher

BeaufortCipher

Definition at line 18 of file index.ts.

◆ BifidCipher

BifidCipher

Definition at line 19 of file index.ts.

◆ CaesarCipher

CaesarCipher

Definition at line 19 of file index.ts.

◆ Cipher

Cipher

Definition at line 28 of file index.ts.

◆ ciphers

ALLCiphers from ciphers

Definition at line 28 of file index.ts.

◆ ColumnarCipher

ColumnarCipher

Definition at line 19 of file index.ts.

◆ DoubleTranspositionCipher

DoubleTranspositionCipher

Definition at line 19 of file index.ts.

◆ EnigmaCipher

EnigmaCipher

Definition at line 20 of file index.ts.

◆ flavoured

XORCipher from flavoured

Definition at line 25 of file index.ts.

◆ FractionatedMorseCipher

FractionatedMorseCipher

Definition at line 20 of file index.ts.

◆ GronsfeldCipher

GronsfeldCipher

Definition at line 20 of file index.ts.

◆ KeywordCipher

KeywordCipher

Definition at line 20 of file index.ts.

◆ MonoalphabeticCipher

MonoalphabeticCipher

Definition at line 21 of file index.ts.

◆ MorseBasicCipher

MorseBasicCipher

Definition at line 21 of file index.ts.

◆ NihilistCipher

NihilistCipher

Definition at line 21 of file index.ts.

◆ PigpenCipher

PigpenCipher

Definition at line 21 of file index.ts.

◆ PolybiusCipher

PolybiusCipher

Definition at line 22 of file index.ts.

◆ PortaCipher

PortaCipher

Definition at line 22 of file index.ts.

◆ RailFenceCipher

RailFenceCipher

Definition at line 22 of file index.ts.

◆ ROT13Cipher

ROT13Cipher

Definition at line 22 of file index.ts.

◆ RouteCipher

RouteCipher

Definition at line 22 of file index.ts.

◆ ScytaleCipher

ScytaleCipher

Definition at line 23 of file index.ts.

◆ TapCodeCipher

TapCodeCipher

Definition at line 23 of file index.ts.

◆ TrifidCipher

TrifidCipher

Definition at line 23 of file index.ts.

◆ VICCipher

VICCipher

Definition at line 23 of file index.ts.

◆ VigenereCipher

VigenereCipher

Definition at line 23 of file index.ts.