Rail fence / redefence transposition
Rail fence / redefence transposition (2-20 rails)
In plain English: Rail fence / redefence transposition (2-20 rails) — using a method that writes text in a zigzag pattern across rows (rail fence cipher). Every possible combination was tested (20 configurations) — none produced a valid solution.
This approach is ruled out within the tested scope.
NOISE
Tier 2
How to read this record
- Verdict – NOISE (no better than random guessing), INTERESTING (slightly above random, almost certainly coincidence), SIGNAL (statistically unusual, warrants investigation), or FULL MATCH (all 24 known letters correct).
- Confidence Tier – Tier 1 = mathematical proof (permanent). Tier 2 = every possibility tested. Tier 3 = partially tested. Tier 4 = not yet tested.
- Configs Tested – How many different key/parameter combinations were tried.
- Best Score – How many of the 24 known plaintext letters the best attempt matched (out of 24).
- Keystream Consistency (Bean) – Whether the key values at different positions are mathematically consistent with each other.
- Scope Limitations – What this elimination does not rule out.
- Configs Tested
- 20
- Best Score
- 3 / 24 known letters matched · no better than random guessing (random guess would score: 0.0)
- Keystream Consistency (Bean)
-
FAIL
Checks whether the key values at different positions are mathematically consistent with each other. - Confidence
- Tier 2: Exhaustive search under stated assumptions. Does not eliminate multi-layer variants.
- Date Tested
- 2026-02-12
- Script
scripts/transposition/other/e_s_88_redefence.py
Scope Limitations
This elimination does not rule out:
- Tested standard rail fence with 2-20 rails. Does not eliminate irregular rail fence variants.
Assumptions
- Standard zig-zag pattern
- Direct positional correspondence
Reproduce
PYTHONPATH=src python3 -u scripts/transposition/other/e_s_88_redefence.py
Requires the kryptos repo, Python 3.11+, PYTHONPATH=src.
Found an error? Report on GitHub