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
- 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
- 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