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