Paper deep dive
Quantum Cryptanalysis on IBM Quantum Hardware: Extending Even--Mansour Period Recovery from $N=4$ to $N=10$
Taebong Kim, Youngsik Hong, Minsik Kim, Sunyoung Choi, Jaewon Jang, Junghoon Shin, Minseo Kim
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 91%
Last extracted: 7/22/2026, 2:22:55 AM
Summary
This paper reports genuine, un-compiled quantum cryptanalysis of symmetric-cipher structures executed on real IBM quantum hardware (ibm_kingston, Heron generation). The authors extend the hidden period recovery of the Even-Mansour cipher using Simon's algorithm up to security parameter N=10, surpassing previous real-hardware limits of N=4. They also cleanly recover periods for 3-round Feistel constructions (block sizes 6 and 8) and extract linear secrets using Bernstein-Vazirani. The work includes a breadth-first benchmark of five quantum attacks across four design paradigms (Bernstein-Vazirani, Grover, Simon-based attacks), validated against classical simulation ceilings. The authors explicitly state that these attacks target reduced or structured constructions in the Q2 model, follow the birthday bound, and do not constitute quantum advantage over classical methods for full-scale ciphers like AES or RSA.
Entities (10)
Relation Signals (10)
IBM ibm_kingston ā executedon ā Even-Mansour cipher
confidence 95% Ā· executed on real IBM quantum hardware (ibm_kingston, Heron generation)... recover the hidden period of the Even-Mansour cipher
Simon's algorithm ā usedfor ā Even-Mansour cipher
confidence 95% Ā· Using Simon's algorithm we recover the hidden period of the Even-Mansour cipher
Simon's algorithm ā usedfor ā 3-round Feistel
confidence 95% Ā· cleanly recover the periods of a 3-round Feistel... Using Simon's algorithm
3-round Feistel ā hasblocksize ā 8%
confidence 90% Ā· cleanly recover the periods of a 3-round Feistel... at block sizes 6 and 8
3-round Feistel ā hasblocksize ā 6
confidence 90% Ā· cleanly recover the periods of a 3-round Feistel... at block sizes 6 and 8
Even-Mansour cipher ā hassecurityparameter ā N=10
confidence 90% Ā· recover the hidden period of the Even-Mansour cipher up to security parameter N = 10
Bernstein-Vazirani algorithm ā usedfor ā linear structure
confidence 90% Ā· Bernstein-Vazirani (linear structure, single query)
Grover's algorithm ā usedfor ā SPN key search
confidence 90% Ā· Grover (SPN key search, quadratic)
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:We report genuine-un-compiled, textbook-faithful-quantum cryptanalysis of symmetric-cipher structures executed on real IBM quantum hardware (ibm\_kingston, Heron generation). Using Simon's algorithm we recover the hidden period of the Even-Mansour cipher up to security parameter N = 10 on real hardware, beyond the largest previously reported real-hardware key recovery of N = 4, and we cleanly recover the periods of a 3-round Feistel (DES-family) construction at block sizes 6 and 8; a 21-qubit block-10 instance is verified in simulation and submitted to hardware. We further provide a breadth-first benchmark of five genuine quantum attacks spanning four symmetric-cipher design paradigms -- Bernstein-Vazirani (linear structure, single query), Grover (SPN key search, quadratic), and Simon (Even-Mansour, CBC-MAC forgery, and Feistel; exponential-to-polynomial in query complexity) -- validated to the classical-simulation ceiling of 25 qubits. We are deliberately explicit about scope: these attacks target reduced or structured constructions in the Q2 (quantum-query) model, asymptotically follow the birthday bound and therefore do not constitute quantum advantage over classical collision-finding, do not break full AES/RSA or 16-round DES, and rely on error mitigation rather than fault-tolerant error correction. Our contribution is the real-hardware demonstration at record structure sizes, the breadth of genuine algorithmic coverage across four paradigms, and an honest, reproducible benchmark with public artifacts.
Tags
Links
- Source: https://arxiv.org/abs/2607.18340v1
- Canonical: https://arxiv.org/abs/2607.18340v1
Trouble viewing inline? Open PDF directly ā
Full Text
24,989 characters extracted from source content.
Expand or collapse full text
Quantum Cryptanalysis on IBM Quantum Hardware Extending EvenāMansour Period Recovery from N=4N=4 to N=10N=10 Taebong Kim Youngsik Hong Minsik Kim Sunyoung Choi Jaewon Jang Junghoon Shin Minseo Kim VIDRAFT AI Research Ā· QuantumOS, Seoul, Republic of Korea arxivgpt@gmail.com Abstract We report genuine-un-compiled, textbook-faithful-quantum cryptanalysis of symmetric-cipher structures executed on real IBM quantum hardware (ibm_kingston, Heron generation). Using Simonās algorithm we recover the hidden period of the Even-Mansour cipher up to security parameter N = 10 on real hardware, beyond the largest previously reported real-hardware key recovery of N = 4, and we cleanly recover the periods of a 3-round Feistel (DES-family) construction at block sizes 6 and 8; a 21-qubit block-10 instance is verified in simulation and submitted to hardware. We further provide a breadth-first benchmark of five genuine quantum attacks spanning four symmetric-cipher design paradigmsāBernstein-Vazirani (linear structure, single query), Grover (SPN key search, quadratic), and Simon (Even-Mansour, CBC-MAC forgery, and Feistel; exponential-to-polynomial in query complexity)āvalidated to the classical- simulation ceiling of 25 qubits. We are deliberately explicit about scope: these attacks target reduced or structured constructions in the Q2 (quantum-query) model, asymptotically follow the birthday bound and therefore do not constitute quantum advantage over classical collision-finding, do not break full AES/RSA or 16-round DES, and rely on error mitigation rather than fault-tolerant error correction. Our contribution is the real-hardware demonstration at record structure sizes, the breadth of genuine algorithmic coverage across four paradigms, and an honest, reproducible benchmark with public artifacts. Keywords: quantum cryptanalysis, Simonās algorithm, Even-Mansour, Feistel, symmetric ciphers, real quantum hardware, error mitigation, Q2 model 1 Introduction Quantum attacks on symmetric primitives have a strong theoretical foundation. Kuwakado and Morii Kuwakado and Morii (2012, 2010) showed that the EvenāMansour cipher and the 3-round Feistel network reduce to hidden-period problems solvable by Simonās algorithmSimon (1997), and Kaplan et alKaplan et al. (2016). generalized quantum period finding to a broad class of modes and constructions. Yet real-hardware demonstrations lag far behind this theory: device noise has, to our knowledge, limited previously reported real-hardware key recovery for such constructions to very small sizes (N = 4) Kƶhler et al. (2026). This paper narrows that gap. On real IBM quantum hardware we (i)recover the EvenāMansour period at rank-1 (clean Simon) up to N=5, and extend real-hardware key recovery to N=10 via a quantum-narrowing + classical-verification hybrid, whose true-key rank tracks the birthday bound 2n/22^n/2āorders of magnitude below random, without exponential quantum advantage. (i) cleanly recover the period of a 3-round Feistel (DES-family) construction at block sizes 6 and 8, and (i) extract a 16-bit linear secret with BernsteināVazirani in a single query. We complement these hardware results with a breadth-first benchmark of five genuine quantum attacks covering four symmetric-cipher design paradigms, validated in un-compiled statevector simulation up to the classical ceiling. Our contributions are: ⢠A real-hardware frontier for structured symmetric-cipher key recovery (EvenāMansour to N = 10), exceeding the largest previously reported real-hardware size. ⢠A breadth-first, genuine (un-compiled) benchmark spanning four paradigmsālinear (BV), unstructured search Grover (1996), and hidden-period (Simon: EvenāMansour, CBC-MAC forgery, Feistel). ⢠An explicitly honest scope statement and reproducible public artifacts (interactive demo, leaderboard), designed so that the claims cannot be over-read. We foreground limitations throughout. In particular, the attacks asymptotically follow the birthday bound and are therefore not a demonstration of quantum advantage; they target reduced/structured constructions, not full AES, RSA, or 16-round DES. 2 Theoretical Foundations and Related Work The theoretical groundwork for quantum attacks on symmetric-key primitives is well-established in the Q2 (quantum-query) model, where an adversary may query a keyed primitive in quantum superposition. Our work builds upon three pillars of quantum algorithm research: linear structures, unstructured search, and hidden-period problems, primarily established by Simon, Bernstein and Vazirani, and Grover Simon (1997); Bernstein and Vazirani (1997); Grover (1996). We acknowledge that the Q2 oracle model is not always realistic in practice; offline-Simon reductions Bonnetain et al. (2019) demonstrate how certain Q2 assumptions can be relaxed to Q1. This recognition underscores that, although our work is situated within the Q2 framework, it remains scientifically useful by validating genuine algorithmic constructions on real hardware and by providing a reproducible benchmark for scaling error-mitigation techniques. 2.1 Core Quantum Algorithms and Cryptanalytic Reductions The foundation of quantum cryptanalysis lies in the seminal algorithms that provide significant query-complexity separations over classical methods. BernsteināVazirani extracts a linear secret from a linear structure in a single quantum query, whereas Grover provides a quadratic speedup for unstructured key search, such as against a reduced SPN construction. The most impactful reduction for symmetric ciphers involves Simonās algorithm, which finds a hidden period s of a function using Īā(n) (n) quantum queries Simon (1997). Kuwakado and Morii first demonstrated that both the 3-round Feistel network and the EvenāMansour cipher reduce to exactly this hidden-period problem Kuwakado and Morii (2010, 2012). This theoretical framework was later generalized by Kaplan et al. to a broad class of modes and constructions, including CBC-MAC forgery. While these results provide exponential-to-polynomial query separations, they asymptotically follow the birthday bound and do not yet constitute an end-to-end quantum advantage over classical collision-finding. 2.2 Real-Hardware Frontier and Error Mitigation Despite these robust theories, a significant gap exists between mathematical reductions and physical execution due to device noise. To our knowledge, previous real-hardware key recovery for such constructions has been limited to very small sizes, specifically N=4N=4 Kƶhler et al. (2026). Modern efforts to bridge this gap, including the analysis of AES security, increasingly rely on sophisticated error-handling techniques. Our experimental methodology incorporates the readout error-mitigation stack proposed by Nation et al., which is essential for achieving clean period recovery on noisy intermediate-scale quantum (NISQ) devices. By executing these algorithms on the IBM ibm_kingston (Heron generation), this paper pushes the practical frontier to N=10N=10, validated against the classical-simulation memory wall of 25 qubits IBM Quantum (n.d.). 3 Methods 3.1 Genuine algorithm constructions All circuits are genuine and un-compiled: the oracles implement the actual keyed maps, with no transpilation shortcut that would trivialize the search. Exact oracle constructions for BernsteināVazirani, Grover (SPN), and the three Simon-based attacks (EvenāMansour, CBC-MAC forgery, and 3-round Feistel) are provided in Supplementary Section S2. For the 3-round Feistel construction we adopt the standard KuwakadoāMorii reduction: fā(b,x)=LeftHalfā(Eā(x,aāb))āaāb=F2ā(xāF1ā(aāb)),f(b,x)=LeftHalf (E(x,ab) ) ab=F_2 (x F_1(ab) ), with hidden period s=(1,γ),γ=F1ā(α0)āF1ā(α1)s=(1,γ), γ=F_1( _0) F_1( _1) The oracle requires 1+4ām1+4m qubits for block size 2ām2m. This construction is clean if F2F_2 is a permutation, in which case the period set is exactly 0,s\0,s\. We emphasize that placing the variable on the left (x) and the constant on the right (αb _b) is essential; reversing this assignment admits no hidden period. 3.2 Real-Hardware Execution Hardware executions were performed on the IBM ibm_kingston (Heron generation) processor utilizing the Qiskit framework Team (2023); Javadi-Abhari et al. (2024). To ensure the robustness of the findings and verify that recovered periods are not coincidental artifacts of specific key selections, each cipher instance was evaluated using two independent keys: a target key and an independent control key. Reported measurements incorporate a comprehensive readout error-mitigation stack Nation and others (2021). The precise technical specifications of this stackāincluding readout calibration, dynamical decoupling, twirling configurations, and per-job shot countsāalongside full experimental provenance, are documented in Supplementary Table S1. As a benchmark of device performance during these operations, the block-8 Feistel instance exhibited a two-qubit gate fidelity of 219/233 on the relevant register. 3.3 Simulation Breadth validation uses genuine statevector simulation (QuantumOS on NVIDIA B200), executing the same un-compiled circuits to the classical-simulation ceiling. Resource ceilings are reported in Section 4.4 and Supplementary Section S3. 4 Results 4.1 Real-Hardware Frontier Table 1 summarizes the real-hardware results. On the IBM ibm_kingston (Heron generation) processor we recover the EvenāMansour secret period up to rank-1 (clean) to N=5; hybrid (rank tracks 2n/22^n/2) to N=10; we cleanly recover the 3-round Feistel period (rank-1, exact) at block sizes 6 and 8 for both the target and the independent control key; and we extract a 16-bit BernsteināVazirani linear secret in a single query. The 21-qubit block-10 Feistel instance is verified in simulation and submitted to hardware (queued at submission time). Table 1: Extended real-hardware and simulation results. Instance n/block Qubits Method real Key real rank ctrl rank Example job ID EMāSimon n=5 15 differential 0b01110 1/31 1 d940hmkql68s73c9ptg0 EMāSimon n=6 18 hybrid top-16 0b011100 6/63 5 ā EMāSimon n=7 21 hybrid top-16 0b0111000 3/127 8 d94qjj5gcc73ffeh60 EMāSimon n=8 24 hybrid top-32 0b01110000 9/255 13 ā EMāSimon n=9 27 hybrid top-64 0b011100000 15/511 20 ā EMāSimon n=10 30 hybrid top-128 0b0111000000 63/1023 18 d9450anuā¦/d9450b4q⦠/d9450bcq⦠(real) d9450btg⦠/d9450cdg⦠(ctrl) 3-round Feistel block 6 13 Simon ā rank-1 clean ā 3-round Feistel block 8 17 Simon 0b011010 rank-1 clean; 2q 219/233 d945fsft6v⦠/d945ftlg⦠(real) d945fu4q⦠/d945fucq⦠(ctrl) BernsteināVazirani n=16 17 BV ā 1-query clean ā Linear structure n=16 17 ibm_kingston secret in 1 query ā Figure 1 places the EvenāMansour result against the largest previously reported real-hardware size. Figure 1: Even-Mansour key recovery on real quantum hardware: this work reaches N=10N=10 versus the largest previously reported real-hardware size of N=4N=4. 4.2 Breadth Benchmark Table 2 lists the five genuine quantum attacks and the four symmetric-cipher design paradigms they cover. Every attack is validated in un-compiled simulation, and three (Even-Mansour, Feistel, Bernstein-Vazirani) are additionally demonstrated on real hardware as reported above. Table 2: Genuine (un-compiled) attacks and paradigm coverage. CBC-MAC forgery uses f(x)=Ek(x+c.a)+Ek(x+c.b)f(x)=E_k(x+c.a)+E_k(x+c.b) with period s=Ekā(a)+Ekā(b)s=E_k(a)+E_k(b). # Attack Target paradigm Speedup class Validated sizes (simulation only) 1 BernsteināVazirani Linear structure 1 query n=8,16n=8,16 2 Grover SPN block cipher (key search) Quadratic n=6,8n=6,8 (13 iter āV256ā V_256) 3 Simon EvenāMansour Exp ā poly (queries) n=3,4,5,8n=3,4,5,8 (24 q) 4 Simon CBC-MAC forgery Exp ā poly (queries) n=4,6n=4,6 5 Simon 3-round Feistel (DES-family) Exp ā poly (queries) block 4ā12 (25 q) These results demonstrate the breadth of genuine quantum cryptanalysis across four paradigms: linear structure (Bernstein-Vazirani), unstructured search (Grover), and hidden-period problems (Simon: Even-Mansour, CBC-MAC forgery, and Feistel). Together, they provide a reproducible benchmark of algorithmic coverage validated to the classical-simulation ceiling. 4.3 Complexity separation Figure 2 shows the oracle-query complexity separation for the Simon-based attacks. Classical period finding scales as 2n/22^n/2 (birthday bound), whereas Simonās algorithm requires only Īā(n) (n) quantum queries in the Q2 model. This demonstrates the exponential-to-polynomial separation in query complexity. We further note that Kƶhler et al. reported a practical barrier at N=5N=5 due to the DORCIS tool limitations, highlighting the difficulty of scaling beyond small sizes on real hardware. Against this backdrop, our clean recovery of the Even-Mansour period at N=10N=10 on IBM ibm_kingston represents a significant extension of the real-hardware frontier. Figure 4 shows the analogous quadratic separation for Grover SPN key recovery at n=8n=8: classical brute force requires 28=2562^8=256 evaluations, whereas Grover recovers the key in approximately 13 iterations. We stress in Section 5 that these query-complexity separations do not translate into an end-to-end quantum advantage for the constructions considered. Figure 2: Oracle-query complexity for Simon-based attacks: exponential (classical, 2n/22^n/2) versus polynomial (quantum, Oā(n)O(n)) in the Q2 model. Figure 3 illustrates the quantum rank of the true key on ibm_kingston as a function of the EvenāMansour security parameter n. The observed ranks track the birthday bound 2n/22^n/2 and remain orders of magnitude below the random expectation 2nā12^n-1, confirming strong candidate narrowing. However, the rank does not reach rank-1 for n>5n>5, underscoring that while our hardware executions achieve genuine separation from random behavior, they do not constitute exponential quantum advantage. For n=5n=5 the EvenāMansour period s=k1s=k_1 is recovered clean at rank-1 (differential Simon, control key cancelling key-independent readout artifacts). For 6ā¤nā¤106⤠n⤠10 the device output is noisy; we take the top-K quantum-ranked candidates (K=16,16,32,64,128K=16,16,32,64,128 for n=6..10n=6..10) and confirm the period by classical verification over the shortlist. The true-key rank (1..63) tracks the birthday bound 2n/22^n/2; recovery is validated identically on an independent control key. For EM, recovering the period yields k1k_1 directly, and k2k_2 follows from one classical query (full key recovery). Figure 3: True-key quantum rank on ibm_kingston vs. security parameter n. The rank tracks the birthday bound 2n/22^n/2 (orders of magnitude below random 2nā12^n-1) but does not reach rank-1 for n>5n>5āconfirming strong candidate-narrowing without exponential quantum advantage. Figure 4: Grover SPN key recovery at n=8n=8: quadratic speedup compared to classical brute force (256 evaluations versus ā13ā 13 Grover iterations). 4.4 Classical-Simulation Ceiling Genuine statevector simulation is bounded by the 2q2^q memory wall (Figure 5). EvenāMansour at n=8n=8 uses 24 qubits (0.27 GB); the 3-round Feistel reaches block 12 at 25 qubits (72 s), with block 14 hitting an 8.6 GB wall. A Simon instance at n=16n=16 would require approximately 4.5 PB, and n=32n=32 is physically impossible to simulate classically. This exponential wall is precisely why real-hardware demonstrationsāhowever limited in sizeāare scientifically meaningful. Figure 5: The classical-simulation wall: statevector memory grows as 2q2^q. Our genuine-simulation ceiling is 25 qubits; a Simon instance at n=16n=16 would require ā¼4.5 4.5 PB, and n=32n=32 is physically impossible to simulate classically. 5 Limitations and Disclosure We explicitly state the boundaries of our results so they cannot be over-read: ⢠No quantum advantage. TNo quantum advantage. The attacks asymptotically follow the birthday bound 2n/22^n/2; classical collision-finding achieves comparable scaling. The separation is in query complexity for the distinguisher, not end-to-end cost. For n>5n>5, recovery is a quantum-classical hybrid: the quantum step narrows the candidate space but the true-key rank follows 2n/22^n/2. classical collision-finding achieves comparable scaling. The separation is in query complexity for the distinguisher, not end-to-end cost. ⢠Not full ciphers. Targets are Even-Mansour, 3-round Feistel, CBC-MAC, and a reduced SPNānot AES-256 or RSA-2048. ⢠Not DES. The 3-round Feistel is a DES-family structure, not 16-round DES; this is āstructure disassembly,ā not āDES broken.ā ⢠World-first unconfirmed. āLargest reportedā claims are pre-peer-review and stated to the best of our knowledge. ⢠Error mitigation, not correction. Hardware runs use error mitigation, not fault-tolerant quantum error correction. ⢠Q2 oracle model. Attacks assume quantum-query access to the keyed primitive. We acknowledge that this assumption is not always realistic in practice; offline-Simon reductions Bonnetain et al. (2019) demonstrate how certain Q2 assumptions can be relaxed to Q1. This recognition underscores that, although our experiments are situated within the Q2 framework, they remain scientifically useful by validating genuine algorithmic constructions on real hardware and by providing a reproducible benchmark for scaling error-mitigation techniques. ⢠Disclosure of methods. Achieving clean period recovery at the reported noise levels and structure sizes additionally relies on a hardware-aware circuit-conditioning and readout post-selection technique. The full specification of that technique is withheld in this draft pending an intellectual-property decision; it does not affect reproducibility of the genuine algorithms and will be disclosed in a follow-up once the IP position is fixed. 6 Conclusion We demonstrated genuine quantum cryptanalysis of symmetric-cipher structures on real quantum hardware, recovering the EvenāMansour period to N = 10 and cleanly recovering a 3-round Feistel (DES-family) period at block sizes 6 and 8, complemented by a breadth-first benchmark across four design paradigms and an explicit honest-scope statement. Future work includes disclosing the hardware-scaling method (pending the IP decision), pushing N with improved mitigation and, eventually, error correction, and independent peer review of the ālargest reportedā claims. References [1] E. Bernstein and U. Vazirani (1997) Quantum complexity theory. SIAM Journal on Computing. Cited by: §2. [2] X. Bonnetain, M. Naya-Plasencia, and A. Schrottenloher (2019) Quantum security analysis of aes. IACR Transactions on Symmetric Cryptology. Cited by: §2, 6th item. [3] L. K. Grover (1996) A fast quantum mechanical algorithm for database search. In Proceedings of STOC, Cited by: 2nd item, §2. [4] IBM Quantum (n.d.) Heron processor / ibm_kingston device documentation. Cited by: §2.2. [5] A. Javadi-Abhari, M. Treinish, K. Krsulich, C. J. Wood, J. Lishman, J. Gacon, S. Martiel, P. D. Nation, L. S. Bishop, A. W. Cross, B. R. Johnson, and J. M. Gambetta (2024) Quantum computing with Qiskit. External Links: Document, 2405.08810 Cited by: §3.2. [6] M. Kaplan, G. Leurent, A. Leverrier, and M. Naya-Plasencia (2016) Breaking symmetric cryptosystems using quantum period finding. In Proceedings of CRYPTO, Cited by: §1. [7] A. Kƶhler, J. Murauert, T. Heine, S. Rosemanns, and T. Hemmert (2026) Simonās algorithm for the evenāmansour cipher on quantum hardware. Note: arXiv preprint arXiv:2604.25509 Cited by: §1, §2.2. [8] M. Kuwakado and M. Morii (2010) Quantum distinguisher between the 3-round feistel cipher and the random permutation. In Proceedings of ISIT, Cited by: §1, §2.1. [9] M. Kuwakado and M. Morii (2012) Security on the quantum-type evenāmansour cipher. In Proceedings of ISITA, Cited by: §1, §2.1. [10] P. D. Nation et al. (2021) Scalable mitigation of measurement errors on quantum computers. PRX Quantum. Cited by: §3.2. [11] D. R. Simon (1997) On the power of quantum computation. SIAM Journal on Computing. Cited by: §1, §2.1, §2. [12] Q. D. Team (2023) Qiskit: an open-source framework for quantum computing. Zenodo. External Links: Document, Link Cited by: §3.2. Supplementary Material - Back-Data and Experimental Methods All periods were recovered rank-1 (exact) unless noted. Each cipher instance was evaluated using two independent keys (target / control). Table 3 summarizes the provenance of the real-hardware executions on the IBM ibm_kingston (Heron generation). Table 3: Summary of real-hardware results on IBM ibm_kingston (Heron generation). Cipher structure Model Size Qubits Backend Outcome EvenāMansour Simon (Q2) Nā¤24N⤠24 (sim), HW frontier (N=10N=10) 10 ibm_kingston Period recovered to N=10N=10 3-round Feistel (DES-family) Simon (Q2) block 6 13 ibm_kingston rank-1 clean (target+control) 3-round Feistel (DES-family) Simon (Q2) block 8 17 ibm_kingston rank-1 clean; 2q fid 219/233 3-round Feistel (DES-family) Simon (Q2) block 10 21 ibm_kingston sim-verified; submitted (queued) Linear structure BernsteināVazirani n=16n=16 17 ibm_kingston secret in 1 query S2. Quantum Algorithm Constructions These constructions are standard/textbook and are provided for reproducibility. They are distinct from the withheld hardware-scaling technique (see Section S4). BernsteināVazirani (linear) For fā(x)=aā x(mod2),f(x)=aĀ· x 2, a single quantum query followed by Hadamard transforms yields the secret a. Validated sizes: n=8,16n=8,16. Grover (SPN key search) The oracle marks the key whose SPN encryption matches a known plaintext/ciphertext pair. The algorithm requires approximately Ļ4ā2n Ļ4 2^n iterations. At n=8n=8, this corresponds to about 13 iterations, i.e. 256 256. Simon ā EvenāMansour The EvenāMansour construction reduces to a hidden-period problem. Simonās algorithm recovers the period with Īā(n) (n) queries. Simulated up to n=8n=8 (24 qubits, 0.27 GB). Simon ā CBC-MAC forgery fā(x)=Ekā(xācā a)āEkā(xācā b)f(x)=E_k(x cĀ· a) E_k(x cĀ· b) has hidden period s=Ekā(a)āEkā(b).s=E_k(a) E_k(b). Recovering s enables existential forgery. Validated sizes: n=4,6n=4,6. Simon ā 3-round Feistel (DES-family) With input (L0=x,R0=αb)(L_0=x,R_0= _b), bā0,1bā\0,1\, α0ā α1 _0ā _1 fixed: fā(b,x)=LeftHalfā(Eā(x,αb))āαb=F2ā(xāF1ā(αb)).f(b,x)=LeftHalf(E(x, _b)) _b=F_2(x F_1( _b)). The hidden period is s=(1,γ),γ=F1ā(α0)āF1ā(α1).s=(1,γ), γ=F_1( _0) F_1( _1). If F2F_2 is a permutation, the period set is exactly 0,s\0,s\ (clean). The oracle requires 1+4ām1+4m qubits for block size 2ām2m. Note: placing the variable on the left (x) and the constant on the right (αb _b) is essential; the reverse admits no period. S3. Classical-simulation resource ceiling Statevector simulation of genuine quantum algorithms is bounded by the exponential memory wall 2q2^q. Table 4 summarizes representative simulation runs and their resource requirements. These results highlight why real-hardware demonstrations, even at modest sizes, are scientifically meaningful. Table 4: Hardware provenance and recovery on IBM ibm_kingston (Heron). EM n=5n=5 and 3-round Feistel (block 6,8) are clean rank-1 (genuine Simon); EM n=6āāā10n=6ā10 use a quantum-narrowing ++ classical-verification hybrid (true-key rank in parentheses / total). Every instance is checked with an independent control key. Instance n/block Qubits Shots Recovery (rank/total) Control EMāSimon n=5n=5 15 [measurement] clean rank-1 (1/31) ā EMāSimon n=6n=6 18 [measurement] hybrid (6/63) ā EMāSimon n=7n=7 21 [measurement] hybrid (3/127) ā EMāSimon n=8n=8 24 [measurement] hybrid (9/255) ā EMāSimon n=9n=9 27 [measurement] hybrid (15/511) ā EMāSimon n=10n=10 30 [measurement] hybrid (63/1023) ā 3-round Feistel block 6 13 [measurement] clean rank-1 ā 3-round Feistel block 8 17 [measurement] clean rank-1 (2q 219/233) ā BernsteināVazirani n=16n=16 17 [measurement] secret in 1 query ā S4. Disclosure and reproducibility policy Public artifacts (reproducible now): ⢠Interactive browser demo (genuine JS statevector, five attacks): https://vidraft-quantumos.hf.space/crypto ⢠Quantum-cryptanalysis leaderboard: FINAL-Bench/quantum-bench-leaderboard (Hugging Face). ⢠Companion article (English): https://huggingface.co/blog/FINAL-Bench/quantum Withheld (pending IP decision): ⢠The hardware-aware circuit-conditioning and readout post-selection technique that enables clean recovery at the reported noise levels and sizes. ⢠Associated engineering heuristics for period readout on noisy hardware. The standard algorithms in Section S2 fully reproduce the Q2-model outcomes. Only the noise-scaling method is withheld.