|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Double Transposition cipher. More...
Go to the source code of this file.
Data Structures | |
| class | DoubleTranspositionCipher |
| Implementation of double columnar transposition cipher. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the Double Transposition cipher.
The Double Transposition cipher applies two successive columnar transpositions using potentially different keys. This significantly increases security compared to single transposition ciphers.
Definition in file doubleTransposition.ts.
| import { BaseCipher } from "../base/baseCipher" |
Definition at line 12 of file doubleTransposition.ts.