Book an Appointment

Post-Quantum Cryptography: the roadmap to quantum readiness

Quantum computers will break RSA and elliptic curves — and “Harvest now, decrypt later” already makes long-lived data vulnerable today. This page explains the threat, the standards, the deadlines, and the migration program: from the Mosca test through the EU roadmap 2030/2035 and BSI TR-02102-1 to cryptographic inventory, CBOM, and crypto-agility.

Last updated: September 2026 · Valeri Milke, ISO 27001 & ISO 42001 Lead Auditor

You will receive the download link immediately on this page and by email.

> 50 %of web traffic at Cloudflare already quantum-safe (10/2025)
< 1 millionnoisy qubits for RSA-2048, per Google research 2025
2030EU deadline for high-risk · BSI deadline for very high protection requirements (year-end)
2031last year of purely classical key establishment per BSI (year-end)

The post-quantum migration is the first overhaul in the history of IT security with an official deadline: EU member states require high-risk systems to be quantum-safe by the end of 2030, the BSI recommends using purely classical key establishment only until the end of 2031 — and the technology for it has been standardized since August 2024. What is missing in most organizations is not cryptography, but visibility, prioritization, and a program. That is exactly what this page delivers: verified facts with primary sources, the thinking tools (Mosca test, migration waves, CBOM), and the complete roadmap from our CISO whitepaper “Quantum Readiness for CISOs.”

From the NIST standards to the EU deadline

Eight milestones that set the timeline of the migration — click through them.

The Essentials at a Glance

Nine core concepts — expand for the full text. The complete roadmap with all tables follows below as longform reading.

What replaces what: the algorithm explorer

Four work streams of the migration — from key establishment to PKI. All schemes run on classical hardware.

FIPS 203 · final
  • RSA encryption and (EC)DH are replaced by ML-KEM (Kyber) — finally standardized since August 2024.
  • The transition runs hybrid: X25519MLKEM768 is the de facto standard in TLS 1.3 and the browser default; the BSI recommends CatKDF/KeyCombine under SP 800-227 as combination methods.
  • HQC has been the code-based fallback scheme since March 2025, with the standard expected in 2027 — one more reason to build in swappability from the start.
  • HNDL priority: exposed transmission paths for long-lived data (internet TLS, site-to-site VPN, backup replication) come first.
The complete roadmap

Post-quantum cryptography from threat to operations

Thirteen chapters based on our CISO whitepaper — with all deadlines, tables, and program building blocks. For the working document with templates, use the whitepaper download above.

01Chapter 1

What quantum computers will break — and when

The danger doesn't come from raw computing power, but from two algorithms from the 1990s waiting for the right machine. Understanding them lets you make sense of the headlines — and see why supervisory authorities aren't waiting for a specific date.

Shor (1994) breaks asymmetric cryptography

Factorization and discrete logarithms become efficiently solvable: RSA, Diffie-Hellman, and elliptic curves fall completely — that is, the key establishment behind almost every TLS connection, every VPN tunnel, and every signature chain.

Grover (1996) halves symmetric cryptography

Key search becomes quadratically faster: AES-128 behaves like a 64-bit scheme. AES-256 and SHA-384 remain considered secure — symmetric cryptography and hashes are a configuration matter, not an architecture one.

The planning benchmark is the cryptographically relevant quantum computer (CRQC): enough error-corrected qubits and runtime stability to run Shor's algorithm against real-world key lengths. Today's systems are orders of magnitude away from that. The news of 2024, then, wasn't a record number but an inflection point: Google's Willow chip showed for the first time under real conditions that the error rate falls as the error-correction code grows — the central scaling hurdle has demonstrably been overcome.

YearEstimateResource requirement for RSA-2048Runtime
2012Fowler et al.≈ 1 billion physical qubitsdays
2019Gidney & Ekerå≈ 20 million noisy qubits~8 hours
2025Gidney (Google)< 1 million noisy qubitsunder a week

Sources: arXiv:1208.0928, arXiv:1905.09749, arXiv:2505.15917. The attacker's cost curve is falling through better mathematics — not yet through better hardware.

1994Shor is published — the threat predates the commercial web
20×fewer qubits for RSA-2048 than estimated in 2019 (Gidney, 05/2025)
2029IBM's target date for the fault-tolerant “Starling”
02Chapter 2

The attack that triggers no alarm

“Harvest now, decrypt later” (HNDL) turns migration from a future concern into a present one: attackers are collecting encrypted data today to decrypt it later — NIST and CISA explicitly warn about this pattern.

Today: capture

TLS traffic at network nodes, VPN tunnels, backups, and data exfiltrated in breaches are recorded. The content is still unreadable — which is why the collection goes unnoticed.

In between: store

Storage is cheap, and ciphertext is patient. For intelligence services, bulk collection is an established craft; for organized crime, it's an investment with a payout date.

Q-Day: decrypt

A CRQC breaks the key establishment of the time and opens the archive retroactively. Perfect Forward Secrecy doesn't help — ephemeral (EC)DH handshakes fall to Shor too.

What matters, then, isn't the date of Q-Day but the confidentiality lifetime of each data class: how long would disclosure be damaging? Anything whose shelf life extends beyond the — unknown — Q-Day is already exposed today, the moment it crosses a wire under classical encryption.

Data classTypical shelf lifeHNDL relevance
Payment and transaction data, customer records7–10+ yearshigh
Health and insurance datalifetime of the individualvery high
Contracts, M&A and board documents10–30 yearshigh
Design data, formulas, source code (IP)10–25 yearshigh
PKI root keys, code signing, update chainslifetime of the productsvery high
Telemetry, transient operational dataweeks to monthslow

Classification based on project experience; your data classification sets the actual shelf life — it is an input for the Mosca test and prioritization.

03Chapter 3

Calculate, don't guess

Michele Mosca (University of Waterloo) replaces the unanswerable Q-Day question with two quantities every organization knows — and a third it must conservatively assume.

Regional bank

x = 10 (customer/account data), y = 5 (core banking, suppliers), z = 12 → 15 > 12: already three years behind. HNDL-exposed paths belong in the first wave.

Machinery manufacturer

x = 20 (design IP), y = 4, z = 12 → 24 > 12. Even at z = 20 the math stays negative: an organization transmitting IP worth decades can't wait for a Q-Day scenario.

SaaS provider

x = 3 (short-lived operational data), y = 3, z = 12 → 6 < 12: a mathematical buffer. But the browser ecosystem, customer requirements, and the EU/BSI deadlines apply regardless of your own math.

The value of the test lies in its discipline: x forces data classification with defined shelf lives, y forces an honest estimate of your own pace of change — experience in grown environments puts this at three to seven years, longer in large enterprises — and z makes the Q-Day assumption explicit instead of implicitly setting it to “sometime.” Run the test per data class, not once for the whole company: the spread between classes is exactly the prioritization that Chapter 11 formalizes.

You can run the test interactively with the Mosca calculator on our PQC services page.

04Chapter 4

The toolkit is complete

In August 2024, NIST finalized the first three PQC standards after an eight-year competition — based on lattices, hash functions, and codes for which no quantum advantage is known. Everything runs on today's hardware.

StandardSchemePurposeStatus
FIPS 203ML-KEM (Kyber)Key establishmentfinal since 08/13/2024 — working standard for TLS, VPN, messaging
FIPS 204ML-DSA (Dilithium)Signaturesfinal since 08/13/2024 — general-purpose replacement for RSA-PSS/ECDSA
FIPS 205SLH-DSA (SPHINCS+)Signaturesfinal since 08/13/2024 — hash-based, conservative fallback
FIPS 206FN-DSA (Falcon)Signaturesin finalization (submitted 08/2025) — the most compact signatures
HQCHQCKey establishmentbackup KEM since 03/2025, standard expected 2027
SP 800-208LMS / XMSSSignatures (stateful)since 2020 — established for firmware and code signing

Source: NIST PQC program. Use the FIPS names in policies and tenders — the competition names (Kyber, Dilithium) are aliases.

The schemes are fast, but larger: keys and signatures grow from double-digit bytes into the kilobyte range. ML-KEM-768 works with a 1,184-byte public key and a 1,088-byte ciphertext; ML-DSA-65 signs with 3,309 bytes, where ECDSA P-256 needs around 64; SLH-DSA-128s comes in at 7,856 bytes per signature. This is where the practical migration issues arise: handshake packets, certificate chains, HSM storage, MTU limits, and protocol fields with fixed lengths.

05Chapter 5

Hybrid is the standard of the transition

PQC schemes are young, their implementations younger still. The transition therefore combines old and new: hybrid key establishment derives the session key from a classical scheme and a PQC scheme — an attacker would have to break both.

In TLS 1.3, the de facto standard is X25519MLKEM768: client and server run X25519 and ML-KEM-768 in parallel and merge both secrets in the key schedule. For the generic case, NIST standardizes the combination in SP 800-227; the BSI names CatKDF and KeyCombine as recommended methods in TR-02102-1 (2026-01). Important for auditors: hybrid is not a weakening but the operating mode explicitly recommended by the BSI for the transition years — from 2032, classical key establishment is meant to run only in hybrid mode anyway.

  • Browsers: Chrome, Edge, and Firefox negotiate X25519MLKEM768 by default.
  • Network: over 50% of human web traffic at Cloudflare is quantum-safe encrypted (10/2025); since 09/2026, “Automatic Key Exchange” has also been upgrading origin connections.
  • Messaging: Signal (PQXDH, 2023) and Apple iMessage (PQ3, 2024) protect session setup and ongoing communication, respectively, in hybrid mode.
  • Libraries: OpenSSL 3.5 LTS (04/2025) brings ML-KEM, ML-DSA, and SLH-DSA natively; BouncyCastle and liboqs cover the Java and research stacks.
06Chapter 6

Europe has committed

It began with the European Commission's recommendation of April 2024 (C(2024) 2393); in June 2025, the NIS Cooperation Group — co-chaired by Germany, France, and the Netherlands — adopted the joint implementation roadmap for all member states.

MilestoneRoadmap requirementMeaning for enterprises
immediatelyMember states start the transition, awareness-raising for all stakeholdersPQC shows up in supervisory conversations, tenders, and supplier questionnaires
end of 2026National implementation plans are in place, first migration steps under wayWithout an inventory and a roadmap in 2026, the subsequent deadlines can no longer be planned credibly
end of 2030High-risk use cases migrated — explicitly including critical infrastructureKRITIS, financial, and health sectors: high-risk data flows quantum-safe or hybrid
end of 2035Migration completed as far as possibleNon-critical systems, signature chains, and products in the field are converted too

Sources: European Commission C(2024) 2393; NIS Cooperation Group, Coordinated Implementation Roadmap, June 2025.

Legally, the roadmap is a recommendation — but it takes effect indirectly: it defines what supervisory authorities will understand by “state of the art” going forward. That exact term is the yardstick for cryptography in both NIS2 and DORA. Anyone who has to explain in a 2028 audit why high-risk systems are still classically encrypted is arguing against a documented European consensus.

07Chapter 7

Germany's crypto clock — and today's obligations

Below the EU roadmap, things get concrete: with the dates in BSI TR-02102-1, and with obligations that don't start in 2030 but already apply.

BSI TR-02102-1 (version 2026-01)Requirement
by the end of 2030Applications with very high protection requirements have switched key establishment to quantum-safe schemes
by the end of 2031Last date until which the sole use of classical key establishment is recommended at all
from 2032Classical schemes only in hybrid combination with PQC (CatKDF / KeyCombine, cf. NIST SP 800-227)
by the end of 2035Classical signature schemes replaced too — in step with the EU roadmap

The TR is formally a recommendation, but in practice it is the audit benchmark in IT-Grundschutz, certifications, and federal procurement.

DORA — in effect since 01/17/2025

Delegated Regulation (EU) 2024/1774 requires, in Art. 6–7, documented policies for encryption and cryptographic controls, full key lifecycle management, a register of certificates and certificate-holding devices — and alignment with leading practices, which includes PQC developments.

NIS2 — Art. 21(2)(h)

Cryptography and encryption are named explicitly in the list of mandatory measures, benchmarked against the state of the art. Combined with the EU roadmap, a missing PQC concept becomes a deviation requiring justification for essential and important entities.

PCI DSS 4.0.1 — since 03/31/2025

Requirement 12.3.3 demands a documented inventory of all cipher suites and protocols, reviewed at least annually, along with a response plan for foreseeable weaknesses — the cryptographic inventory as a card-payment obligation.

CRA — products with a long life

Products with digital elements that enter the market from 2027 and live in the field for 10–15 years will experience Q-Day while still in service: updatable cryptography and swappable trust anchors become a design requirement.

08Chapter 8

The view across the Atlantic

Anyone operating internationally, supplying public-sector clients, or serving US customers is planning against two more clocks: NIST's civilian one and the NSA's military-oriented one.

NIST's transition plan IR 8547 (a draft since November 2024) classifies 112-bit security-level schemes — including RSA-2048 and ECDSA P-256 — as “deprecated” starting in 2030, and provides for “disallowed” status for RSA and ECC overall starting in 2035. Still a draft, but already a reference point for US agency planning: FIPS-validated products and US cloud services will phase out their classical modes along these dates — for European customers too.

CNSA 2.0 — categorySupport & preferExclusively
Software/firmware signing20252030
Network equipment (VPN, routers)20262030
Browsers, servers, cloud services20252033
Operating systems20272033
New NSS equipment procurementCNSA 2.0-compliant from 01/2027

Source: NSA CNSA 2.0 including FAQ. Binding for US national security systems and their suppliers — contractually relevant depending on the customer base.

09Chapter 9

Where migration gets serious first

No industry is under pressure this early except the financial sector: data with decades-long shelf lives, global payment ecosystems — and, with DORA, the first directly applicable crypto regulation. Its lessons apply far beyond banking.

The signals are unmistakable: in February 2025, the Quantum Safe Financial Forum at Europol called on institutions, vendors, and policymakers to elevate PQC migration to a strategic goal — notably, not through new regulation but coordinated within the existing framework. In January 2026, a joint prioritization methodology followed with FS-ISAC, weighing quantum risk against migration effort. As early as September 2024, the G7 Cyber Expert Group had called on financial supervisors to factor quantum risk into their planning.

The inventory is fragmented

Cryptography sits in core systems, middleware, cloud, and supplier products — almost nothing is documented in one place. The frontrunners' answer: a centrally maintained cryptographic inventory (CBOM) as the first work package.

Key management is scattered

Dozens of key stores and HSM silos turn every algorithm change into a standalone project. Centralized key management is the architectural backbone — organizations that build it migrate by configuration instead of by project.

Expertise is scarce

Cryptographic expertise is concentrated in a handful of people. The frontrunners institutionalize it: a crypto owner per business unit, a steering committee with a mandate, training for architecture and procurement.

Audits wear you down without evidence

DORA, PCI, ISO 27001, and supervisors ask the same crypto questions in different languages. A maintained inventory plus an exception register answers all of them from a single source.

Suppliers set the program's pace

HSM firmware, core-system releases, platform standards: your own speed depends on third parties. PQC roadmap inquiries and agility clauses belong in every contract negotiation from now on.

Translating this to your industry

Replace “core banking” with ERP, MES, or a hospital information system — the bottlenecks stay identical. Energy, healthcare, industry, and public administration face the same deadlines, just with less lead time from supervisors and associations.

10Chapter 10

You can only migrate what you know

Every serious framework begins with the same step: visibility. The cryptographic inventory answers where which schemes, keys, and certificates are in use, who owns them, and what they depend on.

LayerWhat's captured
Network & protocolsTLS versions, cipher suites, key-exchange groups, IPsec/SSH — external and internal
PKI & certificatesCAs, chains, validity periods, key lengths, signature algorithms, issuance processes
Code & applicationsCryptographic calls, embedded libraries, hardcoded algorithms and keys
HSM, KMS & hardwareModels, firmware versions, PQC readiness, key inventories, tokens, network devices
Cloud & SaaSCloud KMS keys, managed certificates, providers' TLS termination
Supply chainCritical suppliers' PQC roadmaps, cryptographic disclosures in products, contract status

Capture this as a tooled discovery project, not an email survey — a first solid inventory is achievable in four to six weeks for a mid-sized organization.

The result consolidates into a Cryptography Bill of Materials (CBOM) — a machine-readable inventory of cryptographic components, analogous to the SBOM for software components and representable in standardized form with CycloneDX. The difference from a spreadsheet: a CBOM is versionable, diffable, and verifiable in CI/CD — and answers auditor questions (PCI 12.3.3, the DORA certificate register) as a byproduct. The typical findings are the same everywhere: SHA-1 and 3DES in legacy interfaces, hardcoded cryptography in source code, uncontrolled certificate sprawl outside any CA governance, shadow key stores in deployments — and a supply chain that can't say offhand what cryptography is inside its products.

11Chapter 11

The right things first — and agility as a design principle

Nobody migrates everything at once. A system's quantum risk results from shelf life, HNDL exposure, and criticality — the same logic that Europol and FS-ISAC base their methodology for the financial sector on.

WaveContentTarget horizon
Wave 0Quick wins: retire SHA-1, 3DES, RSA-1024, static DH groups; enforce TLS 1.3immediately
Wave 1HNDL-exposed transmission paths for long-lived data → hybrid key establishment2026–2028
Wave 2Trust anchors: PKI migration path, code signing (LMS/XMSS), HSM/KMS renewal2027–2030
Wave 3Internal systems, application cryptography, data at rest by shelf life2028–2033
Wave 4Legacy with an expiration date: isolate, encapsulate, manage in the exception registerby 2035

An orientation grid from project practice; DORA/KRITIS deadlines pull Waves 1–2 forward. Formally, the waves belong in the ISMS risk register as a quantum-risk cluster.

The target architecture doesn't “build in PQC” — it builds in swappability: algorithms and key lengths in central policies rather than application code, a cryptographic abstraction layer, protocols with room for larger keys and new identifiers, movable trust anchors — and centralized key management anchored in HSMs as the backbone, which incidentally satisfies DORA RTS Art. 7. The practical test of agility is a single question: “How long would it take us to change key establishment across all externally reachable services?” Answers in days demonstrate agility; answers in years reveal a need for action.

TLS & web

The most mature strand: enable hybrid groups at termination points; lead time of months. Stumbling blocks: middleboxes, inspection.

VPN & site-to-site links

The primary HNDL target. RFC 8784 (PPK) as an interim step, increasingly ML-KEM hybrids; lead time of months to two years.

PKI & signatures

The longest lead time (horizon: end of 2035): test PKI with ML-DSA certificates, CA migration path, timed certificate-validity policy.

HSM & data at rest

Hardware sets the program's pace: contractually schedule PQC firmware; raise envelope encryption to AES-256, re-anchor the key hierarchy.

12Chapter 12

From inventory to steady-state operations

Assessments, financial-sector guidance, and the EU and BSI deadlines converge on a proven program structure: five phases with clear deliverables, overlapping rather than strictly sequential.

PhaseTimeframeCoreDeliverables
1 — VisibilityWeeks 1–4Cryptographic inventory, governance setup, quick winsCBOM v1 · governance charter · quick-win list
2 — RiskMonths 2–3Shelf lives, Mosca test, HNDL exposure, deadline mappingQuantum risk register · wave plan · decision paper
3 — RoadmapMonths 3–6Target architecture, policies, supplier and HSM roadmap, budget pathMigration roadmap to 2030/2035 · contract clauses
4 — PilotMonths 6–12Hybrid TLS, test PKI, HSM firmware, performance/interop/failover testsValidated pilot with measurements · rollout blueprint
5 — Rollout & operationsfrom month 12Migration waves, CI/CD gates against shadow crypto, exception register, monitoringMigrated waves · living CBOM · reports for the board and supervisors

Timeframes: a typical profile for an upper-mid-sized organization with a clear mandate; enterprise landscapes take longer per wave.

The pilot (Phase 4) doesn't prove that PQC works — billions of browser connections have already taken care of that — it proves that your operations can handle it: can the infrastructure cope with the larger handshakes? Do monitoring, IDS rules, and SIEM parsers recognize the new algorithm identifiers instead of flagging ML-KEM handshakes as an anomaly? And does the documented rollback path work? The pilot concludes with a numbers sheet (latency deltas, error rates per client class, middlebox findings, SOC detection rate) — turning the rollout decision into a calculation.

13Chapter 13

KPIs, the board, and the first 90 days

A multi-year program only survives with metrics that show progress honestly — and a board narrative free of hand-waving physics. Both follow directly from the inventory and the wave plan.

KPI2027 target2030 target
Inventory coverage (assets with cryptography captured in the CBOM)> 80%> 95%, ongoing
HNDL coverage (exposed paths for long-lived data, hybrid/quantum-safe)> 50%100% (EU/BSI deadline)
Legacy-scheme findings (SHA-1, 3DES, RSA-1024 …)0 or in the register0
Critical suppliers with a PQC roadmap in the contract> 60%100%
Agility drill (orchestrated scheme change on external-facing paths)< 90 days< 30 days

Reference values from project practice as a basis for discussion — your wave plan sets the binding targets.

  • Weeks 1–2: secure a mandate — a one-page board memo with deadlines, HNDL, and the cost of delay; name a steering committee.
  • Weeks 2–4: scan the outer shell — a TLS/certificate scan of all externally reachable services as the fastest reality check.
  • Immediately: retire legacy schemes — disable SHA-1, 3DES, and RSA-1024, or place them in the exception register with a date.
  • Weeks 3–6: define shelf lives per data class and run the Mosca test per class — the strongest slide for the board.
  • Weeks 4–10: commission the cryptographic inventory as a discovery project, consolidate the result as CBOM v1.
  • In parallel: systematically ask critical suppliers about their PQC roadmaps and add the sample clause to ongoing tenders.
  • Weeks 8–13: launch a hybrid pilot on a real service (X25519MLKEM768) with measurements.
  • Weeks 12–13: present a draft roadmap with a wave plan, budget path, KPI set, and reporting cadence.

All templates — the board slide, the sample procurement clause, the objections guide — are included in the whitepaper “Quantum Readiness for CISOs” (download above on this page).

Deep dive

The complete program as a CISO whitepaper

“Quantum Readiness for CISOs” condenses this page into a 31-page working document — with all the tables, worked examples, and templates for the board, procurement, and audit.

Every deadline with primary sources

EU roadmap, BSI TR-02102-1 (2026-01), DORA RTS, NIS2, PCI DSS 4.0.1, NIST IR 8547, and CNSA 2.0 — including an assessment of what is mandatory and what is a dated recommendation.

The Mosca test and prioritization

Worked examples for a bank, a machinery manufacturer, and a SaaS provider, data classes with shelf lives, and the wave logic from quick wins to legacy decommissioning.

The 5-phase program

From visibility through roadmap and pilot to steady-state operations — with deliverables, timeframes, failure causes, and a KPI set with target values for 2027 and 2030.

Templates for practice

A 90-day playbook, a sample procurement clause for suppliers' PQC roadmaps, a board-resolution paragraph, and answers to the six most common objections.

Request the whitepaper for free

A short form on the services page — the download link appears immediately and is also sent by email.

FAQ

Frequently asked questions about post-quantum cryptography

Compact answers to the terminology and comprehension questions that come up most often in workshops.

A CRQC is a quantum computer with enough error-corrected qubits and runtime stability to run the Shor algorithm against real-world key lengths such as RSA-2048 or P-256. Today's machines, with hundreds of physical qubits, are orders of magnitude away from that — yet the CRQC is already relevant now, because “Harvest now, decrypt later” exposes today's data to tomorrow's capabilities, and resource estimates keep falling rapidly.

Post-quantum cryptography (PQC) is classical mathematics on classical hardware — new algorithms such as ML-KEM whose underlying problems even a quantum computer cannot solve efficiently. Quantum Key Distribution (QKD), by contrast, uses quantum physics to distribute keys over specialized optical hardware, solves neither authentication nor scalability, and, per the BSI, is not a substitute for PQC. For migrating an IT landscape, PQC is the way forward; QKD remains a niche technology for point-to-point links.

Kyber and Dilithium were the names of the submissions in the NIST competition. With standardization in August 2024, the schemes received official designations: ML-KEM (Module-Lattice-Based Key-Encapsulation Mechanism, FIPS 203) and ML-DSA (Module-Lattice-Based Digital Signature Algorithm, FIPS 204); SPHINCS+ became SLH-DSA (FIPS 205), and Falcon is being standardized as FN-DSA (FIPS 206). Policies, contracts, and tenders should use the FIPS names.

No — it only weakens them. The Grover algorithm speeds up key search quadratically, which makes AES-128 behave effectively like a 64-bit scheme; AES-256 and SHA-384 remain considered secure. That is why migration focuses on asymmetric schemes. The one pitfall to watch for is the misconception “but we have AES”: the AES session key is negotiated via RSA or (EC)DH almost everywhere — and that is precisely the layer Shor breaks completely.

Client and server run two key establishments in parallel — for example X25519 (classical) and ML-KEM-768 (quantum-safe) — and derive the session key from both secrets, exposed in TLS 1.3 as the group X25519MLKEM768. An attacker would have to break both schemes. For the generic case, NIST SP 800-227 standardizes key combination; the BSI recommends CatKDF and KeyCombine for this. Hybrid is thus the audit-proof operating mode of the transition years, not a stopgap.

In the draft NIST IR 8547, “deprecated” means that from the cutoff date (2030 for the 112-bit level, i.e., RSA-2048 and P-256), a scheme may only continue to be used under risk acceptance — it is off-limits for anything new. “Disallowed” (from 2035 for RSA and ECC overall) means: no longer permitted in NIST-compliant systems. For European enterprises, the effect is indirect but real: FIPS-validated products and US cloud services are phasing out their classical modes along these dates.

LMS and XMSS (NIST SP 800-208) are hash-based signature schemes that have been standardized and quantum-safe since 2020 already. Their price is statefulness: each one-time key may sign exactly once, and key management must guarantee that — which is why they suit controlled environments like firmware and code signing anchored in an HSM, not arbitrary TLS servers. That is exactly where CNSA 2.0 requires them exclusively for US suppliers by 2030.

An SBOM (Software Bill of Materials) inventories software components and their versions — the basis for vulnerability management. A CBOM (Cryptography Bill of Materials) inventories the cryptographic components: algorithms, key lengths, certificates, libraries, and where they are found, for example in CycloneDX format. For PQC migration, it is the working tool par excellence: without a CBOM, there is no reliable prioritization, no supplier management, and no evidence for auditors (PCI 12.3.3, DORA certificate register).

Standards & Sources

The content on this page is based on the following publicly available guides and studies.

NIS Cooperation Group / European Commission · 2025

A Coordinated Implementation Roadmap for the Transition to Post-Quantum Cryptography

The EU roadmap: start and national plans by the end of 2026, high-risk by the end of 2030, completion as far as possible by the end of 2035.

European Commission · 2024

Recommendation C(2024) 2393 on a Coordinated Implementation Roadmap for PQC

The starting signal for EU coordination, dated April 11, 2024.

BSI · 2026

TR-02102-1: Cryptographic Mechanisms — Recommendations and Key Lengths, Version 2026-01

Germany's crypto clock: very high protection requirements by the end of 2030, classical key establishment until the end of 2031 at the latest, signatures by the end of 2035; hybrid via CatKDF/KeyCombine.

BSI · ongoing

Migration to Post-Quantum Cryptography — Recommendations for Action

BSI position paper including the recommendation of hybrid schemes and the CRQC working hypothesis.

NIST · 2024

FIPS 203 (ML-KEM), FIPS 204 (ML-DSA), FIPS 205 (SLH-DSA)

The first final PQC standards, dated August 13, 2024; HQC selected 03/2025, FN-DSA (FIPS 206) in finalization.

NIST · 2024

IR 8547: Transition to Post-Quantum Cryptography Standards (Draft)

US timeline: 112-bit schemes (RSA-2048, P-256) deprecated starting 2030, RSA/ECC disallowed starting 2035.

NSA · 2022–2024

CNSA 2.0 — Commercial National Security Algorithm Suite

Category timeline for US national security systems: signing/network exclusive by 2030, browser/cloud/OS by 2033, NSS new procurement from 01/2027.

Europol · 2025

Quantum Safe Financial Forum — A Call to Action

Call to the financial sector from February 2025; follow-up report on prioritization with FS-ISAC in January 2026.

European Commission · 2024

Delegated Regulation (EU) 2024/1774 (DORA RTS), Art. 6–7

Encryption and key management obligations for the financial sector — applicable since January 2025.

Cloudflare · 2025/2026

The state of the post-quantum Internet

Adoption figures: over 50% of human web traffic quantum-safe (10/2025); Automatic Key Exchange to origins since 09/2026.

C. Gidney (Google Quantum AI), arXiv:2505.15917 · 2025

How to factor 2048 bit RSA integers with less than a million noisy qubits

The 20-fold reduction in qubit requirements compared to the 2019 estimate (arXiv:1905.09749).

VamiSec GmbH · 2026

Whitepaper: Quantum Readiness for CISOs

The 31-page working document behind this page — deadlines, the Mosca test, the 5-phase program, KPIs, a 90-day playbook, and templates.

Where does your organization stand against 2030?

In a no-obligation initial conversation, we map your landscape against the EU roadmap and BSI TR-02102-1 — and identify the three steps with the biggest impact.