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

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"
 

Detailed Description

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.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file pigpen.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file pigpen.ts.