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

Export file for all concrete cipher implementations. More...

Go to the source code of this file.

Variables

ADFGVXCipher from adfgvx
 
BifidCipher from bifid
 
TrifidCipher from trifid
 
PolybiusCipher from polybius
 
AffineCipher from affine
 
AtbashCipher from atBash
 
CaesarCipher from caesar
 
ROT13Cipher from rot13
 
AutokeyCipher from autoKey
 
BeaufortCipher from beaufort
 
GronsfeldCipher from gronsfeld
 
PortaCipher from porta
 
VigenereCipher from vigenere
 
BaconCipher from bacon
 
Base64Cipher from base64
 
BaudotCipher from baudot
 
PigpenCipher from pigpen
 
TapCodeCipher from tapcode
 
ColumnarCipher from columnar
 
DoubleTranspositionCipher from doubleTransposition
 
RailFenceCipher from railfence
 
RouteCipher from route
 
ScytaleCipher from scytale
 
EnigmaCipher from enigma
 
VICCipher from vic
 
NihilistCipher from nihilist
 
KeywordCipher from keyWord
 
MonoalphabeticCipher from monoAlphabetic
 
FractionatedMorseCipher from fractionatedMorse
 
MorseBasicCipher from morseBasic
 
XORCipher from xor
 

Detailed Description

Export file for all concrete cipher implementations.

This file exports all available cipher implementations including:

  • Classical ciphers (Caesar, Atbash, etc.)
  • Polyalphabetic ciphers (Vigenère, Beaufort, etc.)
  • Transposition ciphers (Rail Fence, Columnar, etc.)
  • Modern encoding methods (Base64, XOR, etc.)
  • Complex historical ciphers (Enigma, ADFGVX, etc.)
    Author
    AsperGuide
    Version
    1.0.0
    Date
    2025

Definition in file index.ts.

Variable Documentation

◆ adfgvx

ADFGVXCipher from adfgvx

Definition at line 16 of file index.ts.

◆ affine

AffineCipher from affine

Definition at line 22 of file index.ts.

◆ atBash

AtbashCipher from atBash

Definition at line 23 of file index.ts.

◆ autoKey

AutokeyCipher from autoKey

Definition at line 28 of file index.ts.

◆ bacon

BaconCipher from bacon

Definition at line 35 of file index.ts.

◆ base64

Base64Cipher from base64

Definition at line 36 of file index.ts.

◆ baudot

BaudotCipher from baudot

Definition at line 37 of file index.ts.

◆ beaufort

BeaufortCipher from beaufort

Definition at line 29 of file index.ts.

◆ bifid

BifidCipher from bifid

Definition at line 17 of file index.ts.

◆ caesar

CaesarCipher from caesar

Definition at line 24 of file index.ts.

◆ columnar

ColumnarCipher from columnar

Definition at line 42 of file index.ts.

◆ doubleTransposition

DoubleTranspositionCipher from doubleTransposition

Definition at line 43 of file index.ts.

◆ enigma

EnigmaCipher from enigma

Definition at line 49 of file index.ts.

◆ fractionatedMorse

FractionatedMorseCipher from fractionatedMorse

Definition at line 58 of file index.ts.

◆ gronsfeld

GronsfeldCipher from gronsfeld

Definition at line 30 of file index.ts.

◆ keyWord

KeywordCipher from keyWord

Definition at line 54 of file index.ts.

◆ monoAlphabetic

MonoalphabeticCipher from monoAlphabetic

Definition at line 55 of file index.ts.

◆ morseBasic

MorseBasicCipher from morseBasic

Definition at line 59 of file index.ts.

◆ nihilist

NihilistCipher from nihilist

Definition at line 51 of file index.ts.

◆ pigpen

PigpenCipher from pigpen

Definition at line 38 of file index.ts.

◆ polybius

PolybiusCipher from polybius

Definition at line 19 of file index.ts.

◆ porta

PortaCipher from porta

Definition at line 31 of file index.ts.

◆ railfence

RailFenceCipher from railfence

Definition at line 44 of file index.ts.

◆ rot13

ROT13Cipher from rot13

Definition at line 25 of file index.ts.

◆ route

RouteCipher from route

Definition at line 45 of file index.ts.

◆ scytale

ScytaleCipher from scytale

Definition at line 46 of file index.ts.

◆ tapcode

TapCodeCipher from tapcode

Definition at line 39 of file index.ts.

◆ trifid

TrifidCipher from trifid

Definition at line 18 of file index.ts.

◆ vic

VICCipher from vic

Definition at line 50 of file index.ts.

◆ vigenere

VigenereCipher from vigenere

Definition at line 32 of file index.ts.

◆ xor

XORCipher from xor

Definition at line 62 of file index.ts.