|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Pigpen cipher. More...
Go to the source code of this file.
Data Structures | |
| class | PigpenCipher |
| Implementation of the Pigpen (Freemason's) substitution cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the Pigpen cipher.
The Pigpen cipher is a substitution cipher that uses geometric symbols instead of letters. Also known as the Freemason's cipher, it was historically used by the Freemasons for secret communication.
Definition in file pigpen.ts.
| import { BaseCipher } from "../base/baseCipher" |