|
Asper Header
1.0.14
The header injector extension
|
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" | |
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.
Definition in file railfence.ts.
| import { BaseCipher } from "../base/baseCipher" |
Definition at line 12 of file railfence.ts.