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

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"
 

Detailed Description

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.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file caesar.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file caesar.ts.