671.0B+ configurations tested and eliminated

Autokey chain propagation from crib bootstrap. Phase 4 scores 24/24 circularly (cribs used to derive key, then checked against same cribs). Phase 5 cross-validation scored 0/24 — not a real signal. All variants (Vig/Beau/VarBeau), AZ+KA, primers 1-29.

Autokey chain propagation from crib bootstrap. Phase 4 scores 24/24 circularly (cribs used to derive key, then checked against same cribs). Phase 5 cross-validation scored 0/24 — not a real signal. All variants (Vig/Beau/VarBeau), AZ+KA, primers 1-29.

In plain English: Autokey chain propagation from crib bootstrap — using a method that replaces each letter using a repeating keyword (Vigenère cipher). 480 key/parameter combinations were tested. This approach is ruled out within the tested scope.
ELIMINATED
How to read this record
Configs Tested
480
Best Score
0 / 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
Not classified.
Script
scripts/polyalphabetic/e_autokey_bootstrap_00.py

Reproduce

PYTHONPATH=src python3 -u scripts/e_autokey_bootstrap_00.py

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


Found an error? Report on GitHub