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

Implementation of the Bacon cipher. More...

Go to the source code of this file.

Data Structures

class  BaconCipher
 Implementation of Bacon's binary steganographic cipher. More...
 

Variables

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

Detailed Description

Implementation of the Bacon cipher.

Bacon's cipher is a steganographic cipher that encodes letters as 5-bit binary representations using only two symbols (A and B). Invented by Francis Bacon in 1605, it can be hidden in text formatting.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file bacon.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file bacon.ts.