|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Pigpen (Freemason's) substitution cipher. More...


Public Member Functions | |
| constructor () | |
| Constructor for Pigpen cipher. | |
Data Fields | |
| readonly | CipherName = "Pigpen" |
| Identifier name for this cipher. | |
Data Fields inherited from BaseCipher | |
| abstract abstract encode(plaintext:string, key?:any) abstract decode(ciphertext:string, key?:any) readonly | CipherName: string |
| Abstract method to encode plaintext. | |
Additional Inherited Members | |
Static Public Attributes inherited from BaseCipher | |
| static readonly | ALPHABET: string = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" |
| Standard English alphabet for cipher operations. | |
Implementation of the Pigpen (Freemason's) substitution cipher.
Uses geometric grid patterns to represent letters. This implementation uses ASCII symbols to represent the traditional pigpen symbols for text-based encoding and decoding.
|
inline |
| readonly PigpenCipher::CipherName = "Pigpen" |