⚛️ NIST finalized ML-KEM, ML-DSA, SLH-DSA as first post-quantum standards in August 2024 · 🔓 A cryptographically-relevant quantum computer could break RSA-2048 in hours — IBM projects by 2030s · 💰 Global post-quantum cryptography market projected at $11.7B by 2030 — CAGR 40% · 🇺🇸 U.S. NSA mandated all National Security Systems migrate to PQC by 2030 · 🔐 Harvest Now, Decrypt Later: Nation-states actively collecting encrypted data for future quantum decryption · 🌐 Google, Cloudflare & Apple already deploying hybrid PQC in TLS 1.3 connections · ⚡ CRYSTALS-Kyber (now ML-KEM) is 3x faster than RSA-2048 key exchange in benchmarks    ⚛️ NIST finalized ML-KEM, ML-DSA, SLH-DSA as first post-quantum standards in August 2024 · 🔓 A cryptographically-relevant quantum computer could break RSA-2048 in hours — IBM projects by 2030s · 💰 Global post-quantum cryptography market projected at $11.7B by 2030 — CAGR 40% · 🇺🇸 U.S. NSA mandated all National Security Systems migrate to PQC by 2030 · 🔐 Harvest Now, Decrypt Later: Nation-states actively collecting encrypted data for future quantum decryption · 🌐 Google, Cloudflare & Apple already deploying hybrid PQC in TLS 1.3 connections · ⚡ CRYSTALS-Kyber (now ML-KEM) is 3x faster than RSA-2048 key exchange in benchmarks
⚛️Cryptography · Quantum · Security

Quantum-Safe
Cryptography

The quantum computing revolution is not a distant threat — it's an imminent cryptographic emergency. Every RSA key, every ECDH handshake, every elliptic curve signature you rely on today may be shattered before 2035. Here's what's at stake, what the math says, and how the world is responding.

👤Thundrom Research📅Apr 17, 2026⏱️18 min read🔐Post-Quantum Cryptography
4096+
Qubits Needed
To break RSA-2048
2030s
Threat Horizon
IBM / NSA projection
3
NIST Standards
Published Aug 2024
$11.7B
PQC Market 2030
40% CAGR

The ThreatWhy Quantum Breaks Everything You Trust

The security of nearly all public-key cryptography deployed today — RSA, Diffie-Hellman, Elliptic Curve Cryptography (ECC) — rests on the computational hardness of two mathematical problems: integer factorization and the discrete logarithm problem. Classical computers require sub-exponential time to solve these, making 2048-bit RSA keys effectively unbreakable with current hardware.

In 1994, MIT mathematician Peter Shor published a quantum algorithm that reduces both problems to polynomial time. A quantum computer running Shor's algorithm on approximately 4,000 logical qubits (or roughly 1–4 million physical qubits accounting for error correction) could factor RSA-2048 in a matter of hours — not millions of years.

⚠️The 'Harvest Now, Decrypt Later' Attack
Nation-state actors are already intercepting and archiving encrypted communications today — even traffic they cannot currently decrypt. When sufficiently powerful quantum computers arrive, these archives become instantly readable. Your encrypted data from 2024 may be compromised in 2034. This makes the migration timeline not a future problem — it's an urgent present one.

Understanding the Two Quantum Algorithms That Matter

Shor's Algorithm (1994): Achieves exponential speedup over classical factoring. On a cryptographically-relevant quantum computer (CRQC), it breaks RSA, DSA, Diffie-Hellman, and all elliptic curve variants including ECDH and ECDSA. Key lengths become irrelevant — doubling key size provides no meaningful protection.

Grover's Algorithm (1996): Provides a quadratic speedup for unstructured search. Against symmetric encryption (AES) and cryptographic hash functions (SHA), it halves the effective security level. AES-128 becomes AES-64-equivalent. The mitigation is simple: double key sizes. AES-256 remains computationally secure even against quantum adversaries.

Effective Security Against Quantum Adversaries
Bit-equivalent security level after quantum attack optimization (higher = safer)
RSA-2048 (Classical only)112 bits (classical)
RSA-2048 (vs Quantum/Shor)0 bits — BROKEN
AES-256 (vs Quantum/Grover)128 bits — Safe
AES-128 (vs Quantum/Grover)64 bits — Marginal
SHA-3-512 (vs Quantum)256 bits — Safe
ML-KEM-768 (vs Quantum)≥180 bits — Safe
SLH-DSA-128 (vs Quantum)128 bits — Safe

Historical ContextThe Quantum Cryptography Timeline

The journey from Shor's theoretical breakthrough to standardized post-quantum algorithms spans three decades of mathematics, physics, and cryptographic engineering.

1994
Shor's Algorithm Published
Peter Shor proves a quantum computer can factor large integers exponentially faster than any classical algorithm — instantly threatening RSA, DSA, and Diffie-Hellman.
1996
Grover's Algorithm
Lov Grover shows quantum search can find a database entry in O(√N) time, effectively halving symmetric key security (AES-128 → 64-bit effective strength).
2001
First Quantum Computer Factors 15
IBM demonstrates factoring 15 = 3 × 5 on a 7-qubit NMR quantum processor. A proof of concept that Shor's algorithm works in practice.
2016
NIST PQC Competition Launched
NIST announces a formal competition to standardize post-quantum cryptographic algorithms, receiving 82 submissions from researchers worldwide.
2019
Google Achieves Quantum Supremacy
Google's 53-qubit Sycamore processor performs a sampling task in 200 seconds that would take Summit supercomputer 10,000 years — a watershed moment.
2022
NIST Selects PQC Finalists
CRYSTALS-Kyber (KEM), CRYSTALS-Dilithium, FALCON, and SPHINCS+ are selected as primary PQC standards after 6 years of global cryptanalysis.
2024
NIST Publishes Final PQC Standards
FIPS 203 (ML-KEM), FIPS 204 (ML-DSA), and FIPS 205 (SLH-DSA) are officially published. The post-quantum era has officially begun.
2030
U.S. NSA Deadline
All National Security Systems must complete migration to CNSA 2.0 (post-quantum) suite. Financial institutions expected to follow under new DORA/Basel IV requirements.

NIST PQC Standards 2024The Three Pillars of Post-Quantum Security

After an eight-year global competition involving 82 initial submissions and teams from 30+ countries, NIST published three finalized post-quantum cryptographic standards in August 2024. Each is designed to resist attacks from both classical and quantum computers.

ML-KEM
Module Lattice Key Encapsulation Mechanism (FIPS 203)
Standardized
Type
Key Exchange (KEM)
Hard Problem
Module Learning With Errors (MLWE)
Key Size
1184 bytes (768)
Speed vs RSA
~1000× faster
ML-DSA
Module Lattice Digital Signature Algorithm (FIPS 204)
Standardized
Type
Digital Signature
Hard Problem
Module Learning With Errors (MLWE)
Key Size
1952 bytes (65)
Speed vs RSA
~500× faster
SLH-DSA
Stateless Hash-Based Digital Signature (FIPS 205)
Standardized
Type
Digital Signature
Hard Problem
Hash Functions (SPHINCS+)
Key Size
32–64 bytes
Speed vs RSA
Variable
🧮The Mathematical Foundation: Lattice Problems
ML-KEM and ML-DSA are built on the hardness of the Learning With Errors (LWE) problem. Imagine solving a system of linear equations where each equation has been perturbed by a small random error. Classically and quantum-mechanically, finding the original solution is believed to be exponentially hard — making it resistant even to Shor's algorithm, which exploits algebraic number-theoretic structures that lattice problems lack.
Classical vs Post-Quantum Algorithm Security Comparison
AlgorithmTypeKey SizeSecurity vs QuantumStatus
RSA-2048Classical2048 bitsBroken (Shor)Legacy
ECDH P-256Classical256 bitsBroken (Shor)Legacy
DSA-3072Classical3072 bitsBroken (Shor)Legacy
ML-KEM-768PQC KEM1184 bytesSafeStandardized
ML-DSA-65PQC Sign1952 bytesSafeStandardized
SLH-DSAPQC Sign32–64 bytesSafeStandardized
FALCON-512PQC Sign897 bytesSafeIn Use
AES-256Symmetric256 bitsPartial (Grover)In Use
SHA-3-256Hash256 bitsPartial (Grover)In Use

Performance AnalysisSpeed, Size & Real-World Benchmarks

One of the most common objections to post-quantum migration is performance overhead. Fortunately, years of optimization have made PQC algorithms highly practical. ML-KEM-768 key generation runs in approximately 95 microseconds on modern hardware — significantly faster than RSA-2048 key generation (~100 milliseconds).

Algorithm Speed Comparison (Key Generation / Signing)
Lower is faster. Normalized relative to RSA-2048 baseline (100ms = 100 units)
ML-KEM-768 Key Generation95μs
RSA-2048 Key Generation~100ms (baseline)
FALCON-512 Key Generation30μs
SLH-DSA Sign8ms
ML-DSA-65 Sign3ms

The Size Problem: Bandwidth Trade-offs

The main practical challenge with lattice-based PQC is message/key size. While RSA uses 256-byte public keys, ML-KEM-768 requires approximately 1,184 bytes. For TLS handshakes, this adds ~3KB overhead per connection. At scale (millions of TLS connections per second), this matters — but Google and Cloudflare have already demonstrated this is manageable through hybrid modes and protocol optimization.

RSA-2048 Public Key
256 bytes
Classical baseline
ML-KEM-768 Public Key
1,184 bytes
~4.6× larger
ECDSA P-256 Signature
64 bytes
Classical baseline
ML-DSA-65 Signature
3,309 bytes
~52× larger
FALCON-512 Signature
666 bytes
Best-in-class PQC size
SLH-DSA-128s Signature
7,856 bytes
Largest but most conservative

Risk AssessmentWhich Systems Are Most Vulnerable?

Not all systems face equal quantum risk. The criticality depends on three factors: the sensitivity of the data, how long that data must remain confidential (shelf life), and how long migration will take. Financial systems that store transaction records for regulatory compliance face existential risk from harvest-now-decrypt-later attacks.

Quantum Threat Exposure by Industry Sector
Based on data sensitivity, retention requirements, and migration complexity
Financial / Banking SystemsCritical
Government CommunicationsCritical
Healthcare Records (PHI)Very High
TLS/HTTPS InfrastructureVery High
Code Signing & PKIHigh
IoT / Embedded SystemsHigh
Email Encryption (S/MIME)High
🏦Financial Sector: The Highest Stakes
Bank-to-bank SWIFT messages, inter-bank clearing settlements, and regulatory reporting are encrypted with RSA/ECC today. Under DORA (EU Digital Operational Resilience Act) and Basel IV frameworks, financial institutions must retain records for 7–10 years. Data encrypted today with RSA-2048 and harvested by a nation-state adversary could be decrypted around 2032–2035. The financial sector's migration window is not a decade — it's 3–5 years.

Industry AdoptionWho Has Already Deployed PQC?

The post-quantum transition is already underway at major technology companies. Google enabled hybrid ML-KEM in Chrome 116 (2023), protecting over 3.5 billion TLS connections daily. Apple launched PQ3 for iMessage in early 2024, achieving what they call "Level 3" post-quantum security — the highest of any messaging app. Signal upgraded to PQXDH (Post-Quantum Extended Diffie-Hellman) in September 2023.

Post-Quantum Cryptography Deployment Status (2026)
Based on public announcements, security blog posts, and protocol disclosures
Google (Chrome / TLS 1.3 Hybrid)Deployed
Cloudflare (NTRU / ML-KEM hybrid)Deployed
Apple (iMessage PQ3 protocol)Deployed
Signal (PQXDH protocol)Deployed
AWS KMS (ML-KEM support)Partial
Microsoft Azure (HSM PQC)Partial
OpenSSH (ML-KEM hybrid)In Progress
Banking / SWIFT NetworksEarly Stage

The Hybrid Approach: A Pragmatic Transition

Most early deployments use a hybrid KEM strategy: the shared secret is derived from both a classical ECDH exchange and a post-quantum ML-KEM exchange. The session key is the hash of both secrets concatenated. This means security holds as long as at least one algorithm remains unbroken — protecting against both undiscovered classical vulnerabilities in new PQC algorithms and future quantum attacks on classical cryptography.

🌐TLS 1.3 + ML-KEM: The Technical Reality
In a hybrid TLS 1.3 handshake using X25519 + ML-KEM-768, the client sends a combined KeyShare containing both an X25519 public key (32 bytes) and an ML-KEM-768 public key (1,184 bytes). The server encapsulates to both, returning a combined ciphertext of ~1,120 bytes. The final session key is: HKDF(X25519_secret ‖ ML-KEM_secret). Cloudflare reports this adds approximately 3–4ms to TLS handshake time — acceptable at any scale.

Market IntelligenceThe Post-Quantum Security Market

The urgency of PQC migration is creating one of the fastest-growing cybersecurity market segments in history. With government mandates, regulatory pressure, and genuine existential risk driving enterprise adoption, the market is expected to grow from approximately $370 million in 2024 to $11.7 billion by 2030 — a compound annual growth rate exceeding 40%.

PQC Market Size Projection (USD)
Source: MarketsandMarkets, Allied Market Research, IDC 2025 projections
Post-Quantum Cryptography Market 2024$370M
Projected Market Size 2026$1.2B
Projected Market Size 2028$4.1B
Projected Market Size 2030$11.7B
🏛️
NSA CNSA 2.0
All NSS must migrate to ML-KEM, ML-DSA, SLH-DSA, AES-256, SHA-384 by 2030. Classic RSA/ECC prohibited for new systems by 2025.
🇪🇺
EU NIS2 / ENISA
European Union mandates organizations update cryptographic inventories and migration plans. ENISA published PQC technical guidelines in 2024.
🏦
DORA & Basel IV
Financial sector-specific requirements under EU Digital Operational Resilience Act and Basel IV stress testing now include quantum risk scenario analysis.

Migration StrategyHow to Migrate to Post-Quantum Cryptography

Migrating to PQC is not a switch-flip — it is a multi-year, organization-wide cryptographic transformation. NIST, NSA, and ENISA have published detailed migration guidance. Here is a practitioner's framework for engineering teams.

01
Cryptographic Inventory (Crypto-Agility Audit)
Catalog every cryptographic operation: TLS certificates, code signing keys, JWT signing, database encryption, VPN tunnels, API authentication. Many enterprises have 500–5,000+ distinct cryptographic assets. Tools: NIST NCCoE PQC migration templates, Keyfactor Command, Venafi Trust Protection Platform.
02
Prioritize by Risk and Data Shelf Life
Classify data by how long it must remain confidential. Healthcare PHI (HIPAA: 6 years), financial records (7–10 years), classified government data (25+ years). Anything with a shelf life extending into the 2030s must be prioritized. Focus first on key establishment and session key derivation.
03
Deploy Hybrid Mode for TLS / Key Exchange First
Hybrid X25519 + ML-KEM-768 can be deployed in TLS 1.3 today without breaking backward compatibility. This is the lowest-risk, highest-impact first step. Available in OpenSSL 3.x, BoringSSL, Bouncy Castle 1.78+, and AWS-LC.
04
Migrate PKI and Certificate Infrastructure
Transition Certificate Authority (CA) operations to use ML-DSA or FALCON signatures. Note: dual-algorithm certificates (classical + PQC) are supported by emerging RFC drafts. Plan for increased certificate sizes and OCSP response overhead. Timeline: 18–24 months for enterprise PKI migration.
05
Update Hardware Security Modules (HSMs)
Many current HSMs (Thales, nCipher, Utimaco) require firmware updates or hardware replacement to support PQC operations. AWS CloudHSM and Azure Managed HSM have begun PQC support rollout. IoT and embedded systems with HSMs may require physical hardware replacement.
06
Test, Monitor, and Maintain Crypto-Agility
Build cryptographic agility into all systems: algorithm negotiation should be configuration-driven, not hardcoded. If CRYSTALS-Kyber is ever broken (unlikely but possible), you need to swap to FALCON or SLH-DSA without rewriting systems. Implement continuous cryptographic health monitoring.

Technical Deep DiveThe Mathematics Protecting the Post-Quantum Future

Module Learning With Errors (MLWE)

The security of ML-KEM and ML-DSA rests on the Module Learning With Errors problem. Let R_q = Z_q[x]/(x^n + 1) be a polynomial ring where n=256 and q is a prime. The MLWE problem: given a matrix A ∈ R_q^(k×k), a vector s ∈ R_q^k with small coefficients, and an error vector e ∈ R_q^k with small coefficients, distinguish (A, As + e) from a uniform random sample. No polynomial-time quantum algorithm is known to solve this — even with Shor's algorithm, which exploits algebraic periodicity that lattice problems fundamentally lack.

Hash-Based Signatures: The Conservative Choice

SLH-DSA (SPHINCS+) takes a radically different approach: its security reduces entirely to the security of cryptographic hash functions. If SHA-256 or SHAKE-256 remain one-way functions, SLH-DSA signatures are secure. This makes it the most mathematically conservative PQC choice — but at the cost of larger signatures (up to ~49KB for maximum security variants). For code signing and certificate transparency, where signature size matters less than long-term security guarantees, SLH-DSA is often the preferred choice.

🔬FALCON: NTRU Lattice + Gaussian Sampling
FALCON (Fast-Fourier Lattice-based Compact Signatures over NTRU) achieves the smallest PQC signature sizes (~666 bytes for FALCON-512) by using NTRU lattices and discrete Gaussian sampling. Its security proof is tight and conservative. The only implementation challenge: discrete Gaussian sampling requires careful constant-time implementation to avoid timing side-channel attacks. This complexity means FALCON is recommended for experienced cryptographic engineers, while ML-DSA is the safer default for most teams.

The Quantum Computer Qubit Requirement Reality Check

Breaking RSA-2048 with Shor's algorithm requires approximately 4,096 logical qubits. Due to quantum error rates (current hardware: ~0.1–1% error per gate), achieving 4,096 logical qubits requires roughly 4 million physical qubits with current error correction codes (Surface Code). IBM's current record stands at 1,121 physical qubits (IBM Condor, 2023). The gap is real and large — but the trajectory is exponential. IBM's quantum roadmap targets 100,000 qubits by 2033. The time to act is now, not when the threat materializes.

ConclusionThe Quantum Clock Is Ticking

The post-quantum cryptography transition is the largest mandatory cryptographic infrastructure migration in computing history. It is not optional, not distant, and not someone else's problem. NIST has published the standards. NSA has set the deadline. Nation-states are already harvesting data. The technical solutions exist and work.

What is missing is organizational urgency. The average enterprise will take 5–7 years to fully migrate their cryptographic infrastructure. If that migration begins in 2026, it completes around 2031–2033 — precisely when cryptographically-relevant quantum computers may emerge. There is no buffer. The migration must begin now.

The Three Actions to Take Today
1. Inventory: Run a complete cryptographic asset discovery. You cannot migrate what you haven't found.

2. Hybrid Deploy: Enable ML-KEM hybrid mode in your TLS infrastructure immediately. It is backward-compatible, standardized, and available in all major TLS libraries.

3. Build Crypto-Agility: Ensure every cryptographic operation in your codebase is algorithm-agnostic and can be updated via configuration. When the next cryptographic crisis hits, you need minutes to respond, not months.

The quantum future isn't coming — it's being built, qubit by qubit, in laboratories across the United States, China, the European Union, and Canada. The encryption protecting your data, your users, and your business was designed for a pre-quantum world. The standards for the post-quantum world exist. The question is only whether you act before the window closes.

Sources: NIST FIPS 203/204/205 (2024) · NSA CNSA 2.0 · IBM Quantum Roadmap · Google Security Blog · ENISA PQC Guidelines 2024 · MarketsandMarkets PQC Report 2025
© 2026 Thundrom · All technical data referenced from publicly available sources

Explore More

Why AI Agents Fail in Production: The Evals & Observability Stack

July 14, 2026

Why AI Agents Fail in Production: The Evals & Observability Stack

READ →
AI in Disease Detection: Revolutionizing Healthcare

Apr 13, 2026

AI in Disease Detection: Revolutionizing Healthcare

READ →
Is AI Replacing Jobs or Creating Them?

Apr 14, 2026

Is AI Replacing Jobs or Creating Them?

READ →