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

Implementation of the Nihilist cipher. More...

Go to the source code of this file.

Data Structures

class  NihilistCipher
 Implementation of the Nihilist additive coordinate cipher. More...
 

Variables

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

Detailed Description

Implementation of the Nihilist cipher.

The Nihilist cipher combines Polybius square coordinates with additive key encryption. Both plaintext and key are converted to number pairs, then the key numbers are added to plaintext numbers modulo arithmetic.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file nihilist.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file nihilist.ts.