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

Main cipher management and orchestration module. More...

Go to the source code of this file.

Data Structures

class  Cipher
 Central cipher management class providing unified access to all cipher implementations. More...
 

Variables

 import
 
export const ALLCiphers
 Comprehensive object containing all cipher classes and utilities.
 

Detailed Description

Main cipher management and orchestration module.

This module provides the central Cipher class that manages all available cipher implementations, offering a unified interface for encoding and decoding operations across different cipher types.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file ciphers.ts.

Variable Documentation

◆ ALLCiphers

export const ALLCiphers

Comprehensive object containing all cipher classes and utilities.

Provides access to both the Cipher management class and all individual cipher implementations for direct instantiation. Useful for scenarios requiring direct cipher access or batch operations across multiple cipher types.

Definition at line 158 of file ciphers.ts.

◆ import

import
Initial value:
{
} from './flavoured'
Implementation of XOR (Exclusive OR) encryption/decryption.
Definition xor.ts:22
BaudotCipher
Definition index.ts:18
CaesarCipher
Definition index.ts:19
PortaCipher
Definition index.ts:22
ColumnarCipher
Definition index.ts:19
FractionatedMorseCipher
Definition index.ts:20
BaconCipher
Definition index.ts:18
EnigmaCipher
Definition index.ts:20
GronsfeldCipher
Definition index.ts:20
MonoalphabeticCipher
Definition index.ts:21
VigenereCipher
Definition index.ts:23
VICCipher
Definition index.ts:23
ADFGVXCipher
Definition index.ts:17
BeaufortCipher
Definition index.ts:18
TrifidCipher
Definition index.ts:23
AffineCipher
Definition index.ts:17
Base64Cipher
Definition index.ts:18
MorseBasicCipher
Definition index.ts:21
ScytaleCipher
Definition index.ts:23
AutokeyCipher
Definition index.ts:17
PolybiusCipher
Definition index.ts:22
RailFenceCipher
Definition index.ts:22
TapCodeCipher
Definition index.ts:23
PigpenCipher
Definition index.ts:21
KeywordCipher
Definition index.ts:20
BifidCipher
Definition index.ts:19
RouteCipher
Definition index.ts:22
DoubleTranspositionCipher
Definition index.ts:19
AtbashCipher
Definition index.ts:17
NihilistCipher
Definition index.ts:21
ROT13Cipher
Definition index.ts:22

Definition at line 12 of file ciphers.ts.