671.1B+ configurations evaluated across recorded experiments

Route transposition at Bean-surviving periods + double routes

In plain English: Tested a method that writes text into a grid and reads it along a path (spiral, zigzag, etc.). 52 thousand key/parameter combinations were tested. Best match: 19/24 known letters (statistically expected at this key length, not a real signal). This record is negative within the tested scope.
NOISE
How to read this record
Configs Tested
52,104
Best Score
19 / 24 known letters matched · worth investigating
Keystream Consistency (Bean)
NOT APPLICABLE Corrected 2026-08-24. This experiment applies a transposition, which moves the known-plaintext positions. The stored Bean check compared the result against constants derived for the unmoved arrangement, so any “failure” it reported was an artifact of the mismatch rather than a fact about K4. The check is withdrawn for this page; the other figures stand on their own.
Confidence
Not classified.
Script
scripts/transposition/other/e_route_definitive.py

Reproduce

PYTHONPATH=src python3 -u scripts/transposition/other/e_route_definitive.py

Requires the kryptos repo, Python 3.11+, PYTHONPATH=src.


Found an error? Report on GitHub