Options
All
  • Public
  • Public/Protected
  • All
Menu

@codevachon/enigma - v1.1.0

Index

References

Renames and re-exports Enigma

Type aliases

EnigmaAvailableDisks: Record<EnigmaChar, EnigmaDisk>

Configured Enigma Disk used in cyphers

EnigmaChar: string

A Single UTF8 Character used in the Enigma Disks

EnigmaConfigurationString: string

This value is expected to come from an Environment Variable so this is setup to manage this use case.

This should be an CSV string where each value is a combination of a DISK name and an offsetting Index.

example

"A12,E43,B27"

EnigmaDisk: {}

A Single Enigma Disk Used to Map Enigma Characters

Type declaration

Generated using TypeDoc