|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Caesar cipher. More...
Go to the source code of this file.
Data Structures | |
| class | CaesarCipher |
| Implementation of the Caesar substitution cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the Caesar cipher.
The Caesar cipher is one of the oldest and simplest substitution ciphers. Each letter is shifted by a fixed number of positions in the alphabet. Named after Julius Caesar who reportedly used it for military communications.
Definition in file caesar.ts.
| import { BaseCipher } from "../base/baseCipher" |