671.0B+ configurations tested and eliminated

Cipher Model Variations

In plain English: Cipher Model Variations — using analysis of the internal key values the cipher would need to produce. 969 key/parameter combinations were tested. Best match: 15/24 known letters — slightly above random, almost certainly coincidence. This approach is ruled out within the tested scope.
NOISE
How to read this record
Configs Tested
969
Best Score
15 / 24 known letters matched · above random, likely coincidence (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.
Date Tested
2026-03-15
Script
scripts/campaigns/f_cipher_model_variations_v1.py

Reproduce

PYTHONPATH=src python3 -u scripts/campaigns/f_cipher_model_variations_v1.py

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


Found an error? Report on GitHub