671.0B+ configurations tested and eliminated

Double columnar exhaustive (w7-9) + single columnar exhaustive (w10-12) + keyword columnar (w13-15)

Dragnet v4: Double columnar exhaustive (w7-9) + single columnar exhaustive (w10-12) + keyword columnar (w13-15). 667B+ configurations.

In plain English: Dragnet v4: Double columnar exhaustive (w7-9) + single columnar exhaustive (w10-12) + keyword columnar (w13-15) — using two rounds of columnar transposition applied back-to-back. Every possible combination was tested (667.0 billion configurations) — none produced a valid solution. Best match: 18/24 known letters (statistically expected at this key length, not a real signal). This approach is ruled out within the tested scope.
NOISE Tier 2
How to read this record
Configs Tested
667,000,000,000
Best Score
18 / 24 known letters matched · worth investigating (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.
Truth Tag
[INTERNAL RESULT]
Date Tested
2026-02-22
Script
scripts/_infra/dragnet_v4.py

Scope Limitations

This elimination does not rule out:

Assumptions

Related Research Questions

Reproduce

PYTHONPATH=src python3 -u scripts/_infra/dragnet_v4.py --workers 14

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


Found an error? Report on GitHub