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

Implementation of the Rail Fence (Zigzag) cipher. More...

Go to the source code of this file.

Data Structures

class  RailFenceCipher
 Implementation of the Rail Fence transposition cipher. More...
 

Variables

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

Detailed Description

Implementation of the Rail Fence (Zigzag) cipher.

The Rail Fence cipher is a transposition cipher that writes the message in a zigzag pattern across multiple "rails" (rows), then reads off the letters row by row. The number of rails determines the encryption strength.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file railfence.ts.

Variable Documentation

◆ import

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

Definition at line 12 of file railfence.ts.