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

Implementation of the Atbash cipher. More...

Go to the source code of this file.

Data Structures

class  AtbashCipher
 Implementation of the Atbash substitution cipher. More...
 

Variables

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

Detailed Description

Implementation of the Atbash cipher.

Atbash is an ancient Hebrew cipher where the alphabet is reversed: A↔Z, B↔Y, C↔X, etc. It's a monoalphabetic substitution cipher that is its own inverse (encoding twice returns the original).

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file atBash.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file atBash.ts.