Cryptographic Debt Score
#A quantitative risk metric (0-100) developed by Qtonic Quantum that measures an organization's accumulated exposure from quantum-vulnerable encryption. The Cryptographic Debt Score evaluates: (1) cryptographic asset inventory and quantum-vulnerable algorithm usage, (2) data sensitivity classifications and retention requirements, (3) adversary capability timelines and CRQC probability distributions, (4) PQC migration readiness and timeline feasibility. Scores above 60 indicate high risk requiring immediate PQC migration. Target score is below 30 by 2030.
CRQC
Cryptographically-Relevant Quantum ComputerCryptographically Significant Quantum Computer
#A Cryptographically-Relevant Quantum Computer (CRQC) is a quantum computer with sufficient qubits and error correction to execute Shor's algorithm and break RSA-2048, ECC P-256, and other classical public-key cryptosystems. Resource estimates continue to evolve as hardware and circuit compilation improve. Logical qubit estimates remain implementation-dependent. Qtonic Quantum treats 2029 as a readiness/control date for migration planning, not as a present-day break claim.
PQC
Post-Quantum CryptographyQuantum-Resistant CryptographyQuantum-Safe Cryptography
#Post-Quantum Cryptography (PQC) refers to cryptographic algorithms designed to be secure against attacks by both classical and quantum computers. PQC algorithms are based on mathematical problems believed to be hard for quantum computers, including lattice-based cryptography (ML-KEM, ML-DSA), hash-based signatures (SLH-DSA), code-based cryptography, and multivariate polynomial cryptography. NIST standardized the first three PQC algorithms in August 2024 as FIPS 203, 204, and 205.
Crypto Agility
Cryptographic AgilityAlgorithm Agility
#The ability of an information system to rapidly switch between cryptographic algorithms, protocols, and key sizes without significant architectural changes. Crypto agility is essential for PQC migration because it enables organizations to replace quantum-vulnerable algorithms with quantum-safe alternatives incrementally. Systems lacking crypto agility require costly re-architecture. Best practices include abstracting cryptographic operations behind configurable interfaces and maintaining algorithm-independent data formats.
CBOM
Cryptographic Bill of MaterialsCrypto BOM
#A Cryptographic Bill of Materials (CBOM) is a comprehensive, machine-readable inventory of all cryptographic assets, algorithms, protocols, key lengths, and certificate dependencies within an organization's systems. CBOMs enable organizations to identify quantum-vulnerable cryptography across their entire infrastructure. The CBOM concept extends the Software Bill of Materials (SBOM) framework to cryptographic components. Maintaining an accurate CBOM is a prerequisite for effective PQC migration planning and compliance with NSM-10 requirements.
Lattice-Based Cryptography
Lattice CryptographyLWE-Based Cryptography
#A family of cryptographic constructions based on the computational hardness of lattice problems, particularly the Learning With Errors (LWE) and Module-LWE problems. Lattice-based cryptography is the mathematical foundation for ML-KEM (FIPS 203) and ML-DSA (FIPS 204), making it the dominant approach in NIST's PQC standardization. Lattice problems are believed to resist both classical and quantum attacks. The efficiency of structured lattice schemes enables practical deployment at scale.
Code-Based Cryptography
Error-Correcting Code Cryptography
#A family of cryptographic constructions based on the hardness of decoding random error-correcting codes, originating from McEliece's 1978 cryptosystem. Code-based schemes provide mathematical diversity from lattice-based approaches and have withstood over 45 years of cryptanalysis. NIST selected HQC as an additional KEM standard based on code-based cryptography. Code-based schemes generally have larger key sizes than lattice-based alternatives but offer strong conservative security guarantees.
Hash-Based Signatures
HBSHash-Based Digital Signatures
#A class of digital signature schemes whose security relies solely on the properties of cryptographic hash functions. Hash-based signatures include stateful schemes (LMS, XMSS) and stateless schemes (SLH-DSA/SPHINCS+). Their security proofs rely on minimal assumptions — only that the underlying hash function is secure — making them the most mathematically conservative PQC signature approach. NIST standardized SLH-DSA (FIPS 205) and approved LMS/XMSS in SP 800-208.
Isogeny-Based Cryptography
Isogeny CryptographySupersingular Isogeny
#A family of cryptographic constructions based on the difficulty of computing isogenies between supersingular elliptic curves. The most notable scheme, SIKE/SIDH, was broken in 2022 by Castryck and Decru's attack, which recovered private keys in minutes on a classical computer. This cryptanalytic break eliminated SIKE from NIST's PQC competition and demonstrated the importance of cryptographic diversity and caution with newer mathematical assumptions. Active research continues on alternative isogeny constructions such as CSIDH and SQIsign.
Multivariate Cryptography
Multivariate Polynomial CryptographyMQ Cryptography
#A family of cryptographic schemes based on the hardness of solving systems of multivariate polynomial equations over finite fields (the MQ problem). Multivariate schemes can produce very short signatures but typically have large public keys. The Rainbow signature scheme, a prominent multivariate candidate in NIST's PQC competition, was broken in 2022. Despite this setback, the multivariate approach remains an active area of PQC research with schemes such as UOV (Unbalanced Oil and Vinegar) under development.
QKD
Quantum Key DistributionBB84
#Quantum Key Distribution (QKD) is a method of distributing encryption keys using quantum mechanical properties, specifically the no-cloning theorem and quantum measurement disturbance. QKD enables two parties to detect eavesdropping on key exchange. While theoretically information-theoretically secure, QKD has significant practical limitations: it requires specialized quantum hardware, dedicated fiber optic links, is limited to short distances without quantum repeaters, and does not provide authentication. NIST and NSA have stated that PQC, not QKD, is the recommended path for quantum-safe communications.
Key Encapsulation Mechanism
KEMKey Encapsulation
#A Key Encapsulation Mechanism (KEM) is a cryptographic primitive used to securely establish a shared secret key between two parties using public-key cryptography. Unlike traditional key exchange (e.g., Diffie-Hellman), a KEM generates a random shared secret and encapsulates it using the recipient's public key. The recipient decapsulates using their private key to recover the shared secret. KEMs are the standard construction for PQC key establishment — ML-KEM (FIPS 203) replaced traditional key exchange with a KEM-based approach.
Digital Signature
Cryptographic SignaturePublic-Key Signature
#A cryptographic mechanism that provides authentication, integrity, and non-repudiation for digital messages and documents. Digital signatures use asymmetric cryptography where a private key generates the signature and a corresponding public key verifies it. Classical signature algorithms (RSA, ECDSA, EdDSA) are broken by Shor's algorithm. PQC replacements include ML-DSA (FIPS 204), SLH-DSA (FIPS 205), and FN-DSA (draft FIPS 206), each offering different performance and security trade-offs.
Cryptographic Inventory
Crypto InventoryCryptographic Asset Inventory
#A comprehensive catalog of all cryptographic algorithms, protocols, key sizes, certificates, and their deployments across an organization's infrastructure. Building a cryptographic inventory is the essential first step in PQC migration, as a federal-agency planning focus under NSM-10 and related OMB guidance. The inventory identifies where quantum-vulnerable algorithms (RSA, ECC, DH) are used, enabling prioritized migration planning. Automated discovery tools and CBOM generation are recommended for large-scale inventory efforts.
PQC Migration
Post-Quantum MigrationQuantum-Safe TransitionCrypto Modernization
#The process of transitioning an organization's cryptographic infrastructure from quantum-vulnerable classical algorithms (RSA, ECC, DH) to quantum-resistant PQC algorithms (ML-KEM, ML-DSA, SLH-DSA). PQC migration involves: cryptographic inventory and discovery, risk assessment and prioritization, algorithm selection and testing, hybrid deployment for backwards compatibility, and full cutover. NIST IR 8547 recommends completing migration by 2035. Enterprise PQC migration typically spans 3-7 years depending on infrastructure complexity.
Quantum Risk Score
QRSQuantum Vulnerability Score
#A composite metric quantifying an organization's risk exposure from quantum computing threats to its cryptographic infrastructure. Quantum Risk Scores incorporate factors including: quantum-vulnerable algorithm prevalence, data sensitivity and retention periods, CRQC timeline probability distributions, migration readiness level, and regulatory compliance gaps. Qtonic Quantum's Cryptographic Debt Score is a specific implementation of quantum risk scoring that weights these factors for actionable prioritization.
Hybrid Cryptography
Hybrid ModeComposite Cryptography
#A deployment strategy that combines classical and post-quantum cryptographic algorithms in a single protocol exchange to provide security against both classical and quantum adversaries. In a hybrid scheme, the overall security is at least as strong as the strongest individual component. Hybrid approaches are recommended by NIST, NSA, and BSI during the PQC transition period to mitigate the risk of undiscovered vulnerabilities in new PQC algorithms while maintaining proven classical security. Common examples include X25519+ML-KEM-768 for key exchange.
TLS 1.3 Post-Quantum
PQ TLSPost-Quantum TLSTLS with PQC
#Extensions to TLS 1.3 (RFC 8446) that incorporate post-quantum key encapsulation mechanisms for quantum-safe handshakes. Major implementations include Google Chrome and Cloudflare's deployment of X25519+ML-KEM-768 hybrid key exchange since 2024. Post-quantum TLS increases handshake sizes due to larger PQC public keys and ciphertexts, but real-world performance impact is minimal for most applications. IETF working groups are standardizing PQ TLS extensions including hybrid key exchange and PQC certificate authentication.
Quantum Supremacy
Quantum Computational Supremacy
#The milestone at which a quantum computer performs a specific computational task faster than any classical computer. Google's Sycamore processor claimed quantum supremacy in 2019 by completing a sampling task in 200 seconds that would allegedly take a classical supercomputer 10,000 years. Quantum supremacy is distinct from quantum advantage and does not imply the ability to break cryptography. The sampling tasks used to demonstrate supremacy have no direct cryptographic relevance. A CRQC capable of breaking RSA requires orders of magnitude more qubits than current supremacy demonstrations.
Quantum Advantage
Quantum Computational AdvantagePractical Quantum Advantage
#The point at which a quantum computer provides a meaningful practical speedup over classical computers for real-world computational problems. Quantum advantage is a higher bar than quantum supremacy, requiring demonstrated utility rather than artificial benchmarks. As of early 2026, no quantum computer has achieved widely recognized quantum advantage for commercially relevant problems. The timeline from quantum advantage to cryptographically-relevant quantum computing (CRQC) involves substantial additional engineering challenges.
Logical Qubit
Error-Corrected Qubit
#A fault-tolerant quantum bit constructed from many physical qubits using quantum error correction codes. Logical qubits maintain quantum coherence long enough to perform useful computation, unlike noisy physical qubits which rapidly lose information to decoherence. Breaking RSA-2048 with Shor's algorithm is estimated to require approximately 4,000-10,000 logical qubits. Current quantum error correction ratios require roughly 1,000-10,000 physical qubits per logical qubit, placing the hardware threshold for a CRQC at millions of physical qubits.
Quantum Error Correction
QECFault-Tolerant Quantum Computing
#Techniques for protecting quantum information from errors caused by decoherence and quantum noise, essential for building reliable quantum computers. Quantum error correction encodes a single logical qubit across multiple physical qubits using codes such as the surface code or color code. Without error correction, quantum computations fail after microseconds. Achieving error rates below the fault-tolerance threshold is the primary engineering challenge separating current noisy intermediate-scale quantum (NISQ) devices from cryptographically-relevant quantum computers.
Qubit
Quantum BitPhysical Qubit
#The fundamental unit of quantum information, analogous to a classical bit but capable of existing in a superposition of the 0 and 1 states simultaneously. Qubits can be entangled with other qubits, enabling quantum parallelism. Physical qubit implementations include superconducting circuits (Google, IBM), trapped ions (IonQ, Quantinuum), photonic systems, and neutral atoms. As of early 2026, the largest quantum processors contain approximately 1,000-1,200 physical qubits, far below the millions needed for a CRQC.
NIST PQC Standardization
NIST Post-Quantum Cryptography Standardization Process
#A multi-year standardization process initiated by NIST in 2016 to evaluate and standardize post-quantum cryptographic algorithms. The process involved 82 initial submissions, narrowed through four rounds of public evaluation and cryptanalysis. In August 2024, NIST published the first three PQC standards: FIPS 203 (ML-KEM), FIPS 204 (ML-DSA), and FIPS 205 (SLH-DSA). Additional standards are in development, including FIPS 206 (FN-DSA) and an HQC standard. The NIST PQC standardization process is the most significant cryptographic standardization effort since the AES competition.
Quantum Safe
Quantum-ResistantQuantum-Proof
#A designation indicating that a cryptographic algorithm, protocol, or system is believed to be secure against attacks by both classical and quantum computers. An algorithm is considered quantum-safe if no known quantum algorithm provides a significant speedup in breaking it. The NIST PQC standards (ML-KEM, ML-DSA, SLH-DSA) are quantum-safe. Symmetric algorithms like AES-256 and hash functions like SHA-384 are also quantum-safe when used with sufficient key/output lengths. 'Quantum-safe' does not guarantee absolute security — it reflects the current state of cryptanalytic knowledge.
HNDL Score
Harvest Now Decrypt Later Risk Score
#A risk assessment metric that quantifies an organization's specific exposure to Harvest Now, Decrypt Later attacks. The HNDL Score evaluates: volume of quantum-vulnerable encrypted data in transit, data sensitivity classifications, estimated adversary collection capability, data retention and secrecy requirements, and time-to-quantum estimates. A high HNDL Score indicates that data currently being transmitted is likely being collected and will be decryptable when CRQCs become available. Organizations handling classified, financial, or healthcare data typically have elevated HNDL Scores.