Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
cryptography-research-demo — Reproducible cryptanalysis artifacts for single-key recovery attacks on reduced-round AES, including black-box key recovery, DDT-Gray search, S-box caches, and Lean formal proofs. | Kitploit
उपकरण/GitHubGitHub/anthropics/cryptography-research-demo
Vulnerability AnalysisCryptographyPapers & ResearchLearning & Education
GitHubanthropics/cryptography-research-demo

cryptography-research-demo

Reproducible cryptanalysis artifacts for single-key recovery attacks on reduced-round AES, including black-box key recovery, DDT-Gray search, S-box caches, and Lean formal proofs.

रिपॉजिटरी देखें

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें
60723 दिन पहलेKitploit द्वारा समीक्षित
अनुरोधित भाषा में सामग्री उपलब्ध नहीं है। अंग्रेज़ी संस्करण दिखाया जा रहा है।

Artifacts for "Further Single-Key Recovery Attacks on Reduced-Round AES"

Source code for every experiment quoted in the paper. No measurement output or prebuilt table is bundled: each program prints or writes its own results, so every number can be regenerated from scratch.

directorywhat it is
experiments/the two experiments behind the Measured costs appendix: the complete black-box key recovery on SR(7,2,2,6), and the per-entry / per-candidate measurements of the real 7-round AES-128 attack
c/standalone C programs, one per component claim (bridge, fingerprints, DDT-Gray walk, S-box caches, wrong-key randomisation, lookup floor)
python/Python single-claim checks and the pedagogical reference implementation of the attack layers (python/a1/)
rust/a second, independent implementation of the component experiments (e1–e13)
figures/plotting scripts that consume the TSVs written by the C programs
lean/Lean 4 + Mathlib formalization of the χ★ false-positive counting bound (lean/chi-fp/, paper §5.5)

The paper's key-recovery claims rest on experiments/; c/, python/ and rust/ check the individual components (identities, invariances, DDT facts, cache correctness, randomisation statistics) and are not attacks.

experiments/

See experiments/README.md.

  • sr7226-e2e/ — complete, black-box key recovery on AES SR(7,2,2,6) (2x2 state, 6-bit words, 24-bit key) with the full offline table, for three variants on one code base: ours, Derbez–Fouque–Jean with our table-enumeration optimizations, and Derbez–Fouque–Jean as published.
  • aes128-measured/ — the real 7-round AES-128 attack one unit at a time: genuine offline table entries (partial table), cycles per online candidate for the three variants, the AES denominators, the ordered fingerprint's false-positive and coverage rates, and the projection to the full count.

c/

Single-file or self-contained per directory; build with gcc -O3 -march=native -fopenmp -o <bin> <file.c> -lm (add the directory as -I where a local header is used). Usage is documented in the header comment of each file.

python/

Python 3. python/a1/ is standard library only; the top-level test scripts, figures/, and experiments/aes128-measured/phi/ need numpy, scipy, and matplotlib (pip install -r requirements.txt, exact versions verified). python/a1/README.md describes the layered reference implementation (gf256.py, aes7r.py, chi_canon.py, prop2.py, the golden vectors in test_vectors.py). Top-level scripts are single-claim checks: bridge invariants (test_invariants.py, ), the bridge on real AES traces (), edge behaviour (), wrong-key randomisation (), clumping / collision entropy (), the key-schedule inversion behind CompleteKey (), and the fingerprint-prefix false-positive demo ().

rust/

cargo build --release, then ./target/release/repro <exp> [args]; each run appends a timestamped block under rust/results/. The experiment list and what each one checks is in rust/src/main.rs: e1–e13 cover the bridge identity, group and coset facts, the honest bridge on real AES-128 traces, wrong-key randomisation, collision entropy, χ★ invariance, the DDT spectrum, AES sanity, per-entry timing, and the SR(7,4,4,4) pipeline.

टूल डाउनलोड करें
pathcheckspaper location
clump.c, chi_clump.ccollision entropy of the I_{m,n} and χ★ fingerprintsfingerprint properties; app. collision entropy
wrongkey.cwrong-key randomisation, exhaustive 2^32 sweep of k_6app. wrong-key randomisation
fp_solve.cDDT solving and branch-bit enumeration used by the table construction§DDT-Gray
bridge-consistency/bc_impl_{a,b}.c, bc_truehit.ctwo independent implementations of the bridge-consistency false-accept statisticAlg. BridgeConsistency
ddt-gray/ddt_gray_*.cDDT-aware Gray walk: incremental equals cold recomputation, amortised S-box cost, timing§DDT-Gray, app. DDT-Gray
sb-cache/sbc_repro.cXOR-separability behind the W / UU S-box caches; c_iSB closed form§S-box caches
mobius-honest/honest_online.cthe online side with |K_on| = 8: the δ-set rebuilt from k_{-1} only, and the wrong-key survivor rate§component lemmas
mobius-honest/honest_rebound.c, degen_analysis.c, saes_imn.cpipeline checks of the offline rebound and of I_{m,n} matching on small-scale AES; known-key shortcuts are documented in each header — these are pipeline checks, not key recoveries§component lemmas, app. degenerate cases
floor/verify_ls_fp.c, floor/verify_incompat.c, floor/a1_floor.pythe lookup floor for |K_on| = 8: dim LS(fp) ∈ {0,8} and T ≥ 2^88.67app. lower bound
verify_Imn.py
test_bridge_aes.py
0^{-1}
test_zeroinv.py
test_wrongkey.py
test_clumping*.py
keysched_solve.py
fp_concat_demo.py