|
Asper Header
1.0.14
The header injector extension
|
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" | |
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).
Definition in file atBash.ts.
| import { BaseCipher } from "../base/baseCipher" |