Skip to content
Post-Quantum Cryptography Migration: Why 2026 Became the Year of Binding Deadlines
Technology21 min read

Post-Quantum Cryptography Migration: Why 2026 Became the Year of Binding Deadlines

Scult Team
21 min read

Post-quantum cryptography migration became binding law in 2026, yet most organizations are not actively transitioning despite rising data-interception risk.

Post-Quantum Cryptography Migration: Why 2026 Became the Year of Binding Deadlines

Direct answer: Post-quantum cryptography (PQC) migration is the process of replacing today's RSA- and elliptic-curve-based encryption with algorithms designed to stay secure against a future quantum computer, and in 2026 it stopped being a research exercise and became binding law. The United States signed Executive Order 14412 making migration mandatory for federal civilian agencies and contractors, and more than fifteen other jurisdictions now have formal roadmaps or binding compliance dates of their own. It matters now, years before a cryptographically relevant quantum computer is expected to exist, because of "harvest now, decrypt later": adversaries can capture encrypted data today and simply store it until the technology to break it catches up. Despite the tightening deadlines, only 38% of organizations report actively transitioning to post-quantum cryptography — a figure that actually fell year-over-year — and that gap between legal obligation and operational reality is what the rest of this guide is about.

The Deadline Problem: From Research Curiosity to Binding Law

For most of the last decade, post-quantum cryptography lived in a comfortable, slightly abstract corner of the security world. It was something cryptographers argued about at conferences, something NIST was "working on" through a standards process that seemed to run on its own unhurried timeline, and something CISOs nodded along to in briefings without putting a line item in next year's budget. That comfortable distance closed abruptly in 2026.

On June 22, 2026, President Trump signed Executive Order 14412, converting post-quantum migration from a recommended best practice into a binding legal requirement for US federal civilian agencies and the contractors who serve them. The order set concrete, dated obligations rather than aspirational goals: migration of key-establishment mechanisms — the cryptography that sets up a secure session — is due by December 31, 2030; migration of digital-signature mechanisms is due by December 31, 2031; and full quantum-resistance across federal systems is required by 2035. The White House Office of Management and Budget followed with memo M-26-15, "Execution of the Migration to Post-Quantum Cryptography," in June 2026 — the kind of implementation guidance that turns an executive order into something agencies actually staff, budget, and report progress against.

The US is far from alone. More than fifteen jurisdictions now have formal PQC roadmaps or binding compliance dates of their own, a number that would have looked implausible only a few years ago when this was still mostly a NIST standards exercise rather than a live regulatory obligation with real penalties attached. Momentum isn't confined to governments, either: Google set an internal 2029 deadline for completing its own migration — years ahead of most regulatory timelines — which is worth paying attention to independent of what any single regulator requires, because it reflects a private-sector actor with enormous cryptographic infrastructure deciding the risk window is closing faster than public deadlines suggest.

And yet the deadlines and the reality on the ground are moving in opposite directions. Only 38% of organizations report actively transitioning to post-quantum cryptography, and that figure actually declined year-over-year even as the risk PQC migration is meant to address keeps rising. That gap — binding law on one side, stalled practice on the other — is the real story of PQC migration in 2026, and it's why this has moved from "watch this space" to "this is now overdue."

What Post-Quantum Cryptography Actually Protects Against

Most of the encryption protecting data in transit and at rest today — TLS sessions, VPNs, email, document signing — relies on two families of math problem: factoring large numbers (the basis of RSA) and the discrete logarithm problem on elliptic curves (the basis of ECC/ECDSA). Both are believed to be effectively unbreakable by any classical computer within a useful timeframe. Neither is expected to hold up against a sufficiently powerful quantum computer, because quantum algorithms exist that solve exactly these classes of problem far faster than any classical approach. That's the theoretical threat, and it's real enough that governments are now writing it into law.

But the theoretical threat isn't actually why 2026 is the year this became urgent. What makes PQC migration a today-problem rather than a someday-problem is "harvest now, decrypt later": an adversary doesn't need a working quantum computer today to benefit from one tomorrow. They only need to capture and store encrypted traffic or exfiltrated data now, then decrypt it retroactively once a cryptographically relevant quantum computer exists. For any data with a long shelf life of sensitivity — state secrets, health records, intellectual property, financial records, infrastructure design documents, anything that still needs to be confidential in ten or fifteen years — the relevant clock isn't "when will a quantum computer exist," it's "when was this data encrypted with an algorithm that a quantum computer can eventually break." If that encryption happened years before quantum computers arrived, the adversary already won the race the moment they captured the ciphertext.

This is precisely why regulators are not waiting for quantum computers to become practical before mandating migration. A quantum computer that can actually break RSA-2048 or equivalent ECC keys at scale does not exist yet, by any public account, and estimates for when one might vary considerably. But the data that needs protecting for the next ten to twenty years is being encrypted right now, with the classical algorithms in place today. Migrating after a quantum computer arrives protects nothing that was already captured. Migrating now is the only version of this that actually works, which is the logic underneath every deadline in this piece.

The New Standards Everyone Is Racing Toward: FIPS 203, 204, and 205

Post-quantum migration has a real, stable target now, which matters enormously for planning: NIST finalized three federal standards that define the algorithms organizations are meant to migrate to. FIPS 203 defines ML-KEM (Module-Lattice-Based Key-Encapsulation Mechanism), the primary standard for key establishment — the part of a cryptographic handshake that sets up a shared secret between two parties, historically handled by RSA or Diffie-Hellman/ECC. FIPS 204 defines ML-DSA (Module-Lattice-Based Digital Signature Algorithm), the primary standard for digital signatures — verifying that a message, document, or software update came from who it claims to have come from, historically handled by RSA or ECDSA signatures. FIPS 205 defines SLH-DSA (Stateless Hash-Based Digital Signature Algorithm), an alternative signature standard built on different mathematical foundations than ML-DSA, included specifically as a hedge: if a weakness were ever found in the lattice-based math underneath ML-DSA and ML-KEM, SLH-DSA's hash-based construction wouldn't be affected by the same flaw, because it doesn't rely on the same assumptions.

That three-standard structure is a deliberate defense-in-depth choice, not redundancy for its own sake. Betting an entire global cryptographic transition on a single mathematical assumption would recreate exactly the kind of single-point-of-failure risk this migration exists to eliminate. Every major regional PQC mandate discussed in this piece — from the US federal timeline to the UK's NCSC guidance to Germany's BSI requirements — is built on these three NIST standards as its technical foundation, even where the specific deadlines and enforcement mechanisms diverge sharply by jurisdiction, which is exactly the divergence the next section walks through.

Why Hybrid Cryptography Is the Default Migration Pattern in 2026

If there's one migration pattern that shows up across nearly every jurisdiction's guidance, it's hybrid cryptography: running a classical algorithm (RSA or ECC) and a post-quantum algorithm (typically ML-KEM) together, so that breaking either one alone isn't enough to compromise the connection. The logic is straightforward risk management for a transition period. Post-quantum algorithms are newer and have had less real-world cryptanalytic scrutiny than RSA and ECC, which have been attacked by the entire security research community for decades without a practical break. Running both together means an attacker needs to break the classical algorithm and the new post-quantum algorithm simultaneously — a much higher bar than either alone, and effectively covers both failure modes: quantum computers arriving and breaking the classical half, and an unexpected weakness surfacing in the still-young post-quantum math.

That's why the UK's NCSC recommends specific hybrid-compatible parameter sets (more in the regional section below), why the EU has an entire technical specification — ETSI TS 103 744 — dedicated to defining hybrid key exchange for TLS, and why Germany's BSI has gone further than almost anyone else and made a specific hybrid combination mandatory rather than merely encouraged. It's also why hybrid approaches show up as the practical default in vendor implementations of TLS 1.3 and VPN protocols moving to support PQC: it's the version of "migrate now" that doesn't require betting the entire security of a connection on algorithms that, however carefully vetted by NIST's public multi-year competition process, simply haven't accumulated the decades of adversarial scrutiny that RSA and ECC have.

The interesting exception proves the point about how much jurisdictions actually disagree on approach: Australia's ASD allows hybrid approaches but explicitly does not recommend them, preferring a faster, cleaner cut to pure post-quantum algorithms once systems are ready, because — reasoned differently, but not unreasonably — a hybrid approach also means indefinitely carrying the operational cost, complexity, and larger key and certificate sizes of running two cryptographic systems at once. There's no universally "correct" answer here yet; there's a majority default (hybrid) and a notable dissent (Australia's clean-cut approach), and which one fits a given organization depends on risk tolerance, systems complexity, and how much operational overhead is acceptable during the transition.

The Global Regulatory Map: Seven Regions, Seven Timelines

PQC migration deadlines are not remotely uniform once you look past the fact that everyone agrees this needs to happen. Here's where things actually stand, region by region.

United States. Executive Order 14412 (signed June 22, 2026) is the binding instrument: key-establishment migration due December 31, 2030; digital-signature migration due December 31, 2031; full quantum-resistance across federal systems by 2035; and all of it anchored to NIST's FIPS 203 (ML-KEM), FIPS 204 (ML-DSA), and FIPS 205 (SLH-DSA). This applies directly to federal civilian agencies and covered contractors, which in practice pulls a very large slice of the private sector into scope indirectly, since federal contracts routinely flow through prime and subcontractor relationships.

United Kingdom. The National Cyber Security Centre has set a phased, three-stage migration rather than a single cliff-edge deadline: discovery and an initial migration plan by 2028, migration of the highest-priority services by 2031, and full PQC migration across all systems by 2035. The NCSC's technical recommendation is specific — ML-KEM-768 and ML-DSA-65 — with hybrid approaches encouraged, not mandated, during the transition period.

UAE / Dubai. The UAE operates under a National Encryption Policy framework that is, as of this research, still at the policy-formation stage. Government entities are required to develop formally approved transition plans during 2026, but no binding technical deadlines — no equivalent of the US's 2030/2031 dates or the UK's 2028/2031/2035 stages — have been published yet. This puts the UAE meaningfully earlier in its public regulatory journey than the US, UK, Germany, or the broader EU framework, even though the underlying urgency doesn't wait for policy formation.

Australia. The Australian Signals Directorate, through the Information Security Manual, has set the single most aggressive elimination timeline found anywhere in this research: a refined transition plan by end-2026, migration beginning for critical systems by end-2028, and complete elimination of classical asymmetric cryptography from government systems by end-2030 — five years ahead of the US federal signature deadline and a full five years ahead of the UK's full-migration date. As noted above, Australia allows hybrid approaches but does not recommend them, consistent with a strategy built around moving decisively rather than carrying two cryptographic systems in parallel for years.

Germany. Germany's BSI has published, in the 2026 edition of BSI TR-02102-1, the strictest hybrid requirement identified anywhere in this research. Federal agencies begin PQC deployment in 2026; critical infrastructure and high-protection systems must migrate by 2030; and classical-only key agreement for regulated use is sunset entirely by December 31, 2031. Uniquely, Germany doesn't just encourage hybrid — it mandates a specific dual-algorithm combination, pairing ML-KEM with FrodoKEM, a second post-quantum algorithm built on different mathematical foundations, for defense-in-depth within the post-quantum side of the hybrid pair itself.

Europe / France. At the EU level, the NIS Cooperation Group and the European Commission's COM(2026) 13 proposal would establish a binding PQC obligation under the NIS2 Directive, with adoption expected in late 2026 or early 2027: member states would publish national strategies and begin cryptographic inventories by end-2026, transition critical infrastructure for high-risk use cases by end-2030, and complete full migration by end-2035. France's ANSSI is already moving in near-lockstep with Germany's approach rather than waiting for the EU-wide instrument to formally adopt: mandatory hybrid deployment combining ML-KEM and FrodoKEM begins in 2026, high-risk use cases migrate by 2030, and full transition completes by 2035 — essentially matching Germany's technical requirement and timeline exactly.

China. China's path diverges from every jurisdiction above in a fundamental way: rather than adopting NIST's FIPS 203/204/205 standards, the Office of the State Council Secretariat for Cryptography Administration (OSCCA) is developing its own sovereign post-quantum algorithms as part of a broader cryptographic-sovereignty strategy. This is a parallel technical track, not a delayed version of the same one — it is explicitly incompatible with NIST-based systems at the protocol level. No public migration deadline has been published for China's approach, and any cross-border system that needs to interoperate between an OSCCA-based implementation and a NIST-based one requires a translation layer, adding real engineering complexity to any multinational deployment touching both regulatory environments.

Read across all seven, the pattern is: everyone agrees migration is necessary, most (US, UK, Germany, EU/France) have committed to specific dated milestones stretching from 2028 through 2035, Australia has committed to the fastest full timeline, the UAE is still formalizing its approach, and China is running an entirely separate technical track with no published date at all. For a multinational organization, that spread is the actual planning problem — not "should we migrate" but "which jurisdiction's clock are we actually racing, and does our architecture need to support more than one algorithm family to operate across all of them."

Beyond the Seven: Coordination Efforts and the Wider World

The seven jurisdictions above are where the most detailed, dated guidance exists, but they're not the whole picture. The G7 Cyber Expert Group published a coordinated roadmap in January 2026 specifically for financial-sector PQC migration — a recognition that banking and payment infrastructure is unusually cross-border by nature, so a purely national approach to migration deadlines creates interoperability risk exactly where the financial system can least afford it. Coordinating at the G7 level is an attempt to keep the world's largest financial systems moving on compatible timelines rather than each drifting toward its own incompatible schedule.

Other major economies are moving too, each through its own named national framework: Canada through the Canadian Centre for Cyber Security's ITSM.40.001 guidance, Japan through CRYPTREC (its long-running cryptographic evaluation body), India through its National Quantum Mission under the Department of Science and Technology, and South Korea through its KPQC program. Each of these represents a real, distinct national effort rather than a footnote — but the research underlying this piece did not surface the same level of dated specificity that exists for the US, UK, Australia, Germany, and the EU/France framework detailed above. The honest summary is that PQC migration is now a genuinely global regulatory movement, not a US-and-EU story with everyone else watching from the sidelines, even where the public dated detail is still filling in for some of these programs.

Why Adoption Keeps Lagging the Deadlines

Here's the uncomfortable number underneath everything above: only 38% of organizations report actively transitioning to post-quantum cryptography, and that figure actually declined year-over-year — even as deadlines tightened and harvest-now-decrypt-later risk kept rising. That's not a one-off anomaly; it's the central tension of PQC migration in 2026, and it's worth understanding why it's happening rather than just noting that it is.

Part of it is genuine complexity. Migrating cryptography isn't like patching a library version — it touches every system that establishes a secure connection or verifies a signature, which in a mature enterprise is an enormous and often poorly mapped surface: TLS termination points, VPN concentrators, code-signing pipelines, embedded devices with cryptography baked into firmware that can't simply be updated remotely, hardware security modules, third-party SaaS dependencies whose own migration timeline you don't control, and legacy systems where nobody currently working at the company fully understands the original cryptographic implementation. None of that is quick to inventory, let alone migrate, and unlike most compliance deadlines, you can't shortcut it with a policy document — the algorithms actually have to change in the actual systems.

Part of it is prioritization under competing pressure. Security teams in 2026 are simultaneously managing AI-related security risk, ordinary vulnerability management, cloud migration work, and now PQC migration on top of all of it — and PQC migration is the one item on that list whose worst-case consequence (data decrypted years from now) doesn't feel as urgent as a live incident happening this quarter, even though the "harvest now" half of harvest-now-decrypt-later means the actual exposure window is closing right now, not years from now. That's a hard psychological gap to close: the harm is deferred, but the point of no return is not.

And part of it is genuine uncertainty about timing. Estimates for when a cryptographically relevant quantum computer will exist vary considerably across credible sources, and that uncertainty gives some organizations a rationalization for deferral that wouldn't hold up under the "harvest now" logic if they thought it through carefully. The deadlines discussed throughout this piece exist precisely because regulators decided that uncertainty about exact timing is not a good reason to wait — the cost of migrating early and turning out to have a few extra years of buffer is far lower than the cost of migrating late and discovering the buffer never existed.

Who Carries the Most Harvest-Now-Decrypt-Later Risk

Not every organization faces the same urgency, because harvest-now-decrypt-later risk scales directly with how long data needs to stay confidential. Government and defense systems sit at the top of the list almost by definition — state secrets, diplomatic communications, and defense procurement data often need protection measured in decades, not years, which is exactly why the US, UK, Australian, and EU timelines discussed above are anchored in government systems first. Critical infrastructure operators (energy grids, water systems, telecommunications) are a close second, both because outages or manipulation of these systems have severe real-world consequences and because the R Street Institute's research on PQC migration in critical infrastructure specifically flags that these environments often run industrial control systems and embedded devices with far longer replacement cycles than a typical enterprise IT estate — a control system installed in 2020 may still be running in 2040, long after the cryptography protecting it was expected to be replaced.

Financial services face a distinct version of the same problem, which is exactly why the G7 Cyber Expert Group stood up a financial-sector-specific roadmap rather than leaving banks to interpret general guidance: transaction data, account records, and long-term financial instruments carry confidentiality requirements that extend well past any plausible near-term quantum timeline, and the sector's cross-border interconnection means a weak link in one jurisdiction's migration can expose data flowing through a bank in a jurisdiction with much stricter deadlines. Healthcare providers carry a similar profile — health records typically need to stay confidential for a patient's entire lifetime, which for a large share of today's patients extends well past every migration deadline in this piece, meaning data encrypted today with classical algorithms and captured by an adversary now could plausibly be exposed while the patient it belongs to is still alive. Any organization holding intellectual property with a long competitive shelf life — pharmaceutical research, defense contracting, semiconductor design — belongs on this list too, for the same underlying reason: the sensitivity clock on the data runs far longer than any comfortable assumption about when quantum computing arrives.

Building a Migration Roadmap That Actually Survives Contact With Production

Every jurisdiction's guidance, regardless of how it differs on dates or hybrid mandates, converges on the same first practical step: a cryptographic inventory. You cannot migrate cryptography you don't know exists, and most organizations significantly underestimate how much of it is scattered across systems nobody has audited in years — TLS configurations, VPN gateways, code-signing certificates, embedded IoT devices, internal service-to-service authentication, and third-party dependencies that quietly bring their own cryptographic assumptions along with them. This is genuinely unglamorous work, and it's also the work that determines whether every later step in the migration is realistic or wishful.

Once the inventory exists, the practical prioritization follows the risk logic above: systems protecting long-lived sensitive data move first, public-facing TLS endpoints move early because they're both high-visibility and, with modern TLS 1.3 stacks, often the most straightforward to update, and deeply embedded or hard-to-reach systems — firmware, legacy protocols, hardware security modules with long replacement cycles — get identified early even if their actual migration takes longer, precisely because they're the ones most likely to still be running unpatched years past every deadline in this piece if nobody starts the clock now.

This is also where crypto-agility earns its place as a design principle rather than a buzzword: building systems so that swapping the underlying cryptographic algorithm is a configuration change rather than a re-architecture. NIST's own three-standard approach — ML-KEM, ML-DSA, and the hash-based SLH-DSA as a hedge — is itself a crypto-agility statement at the standards level; it assumes today's post-quantum choice might not be the last one needed, and a well-designed migration should assume the same at the implementation level. PKI infrastructure needs particular attention here: certificate authorities, certificate formats, and the TLS handshake itself all need to support larger post-quantum keys and, during the hybrid period, the ability to negotiate and validate two algorithms in the same handshake — a meaningfully different operational posture than the "renew the cert, same as always" muscle memory most PKI teams have built up over twenty years of RSA and ECC.

For organizations without deep in-house cryptographic engineering experience, this is exactly the kind of migration work where getting outside architectural help pays for itself — not because the algorithms themselves are secret, they're public NIST standards, but because sequencing a multi-year migration across a real production estate without breaking availability or interoperability along the way is a genuine systems-engineering problem. This is the kind of work we scope as part of custom software development engagements when a client's roadmap includes a security- or compliance-driven infrastructure migration rather than a new feature — the discipline of sequencing changes across a live system without breaking what's already working is the same skill regardless of whether the migration is cryptographic or architectural. And if the terminology in this piece — key establishment, hybrid cryptography, crypto-agility — still feels like it needs unpacking before you can have this conversation internally, our glossary defines this vocabulary in plain language rather than assuming it upfront.

What This Means Going Forward

The single clearest takeaway from everywhere this research looked is that PQC migration has decisively left the "eventually" category. Whether your organization's actual binding deadline comes from EO 14412, the UK NCSC's phased stages, Germany's BSI mandate, the EU's NIS2-anchored proposal, Australia's aggressive elimination timeline, or simply from a customer or partner who is itself under one of these mandates and now requires you to demonstrate PQC readiness as a condition of doing business with them, the direction of travel is the same everywhere except China's separate sovereign track. The 38%-and-declining adoption figure is not a sign that the pressure is easing — it's a sign that a large share of the market is going to be migrating under genuine time pressure rather than on a comfortable schedule of its own choosing, and time pressure is exactly the condition under which migrations get done badly, incompletely, or with security gaps introduced by the rush itself.

The organizations handling this well share a common pattern: they treated the cryptographic inventory as the real starting line rather than a formality, they picked a hybrid-or-not posture deliberately rather than by default, and they built crypto-agility into the plan explicitly rather than assuming they'd deal with the next standard when it arrives. None of that requires having all the answers about exactly when quantum computers will become a practical threat — it only requires accepting that the "harvest now" half of the risk is already running, on a clock nobody can pause by waiting for more certainty. Our security and compliance pages go into more depth on how we think about this kind of regulatory-driven technical migration across client engagements, and our methodology page covers how a project like this actually gets scoped realistically before a timeline gets attached to it.

Straight Answers on Post-Quantum Cryptography Migration

When will organizations actually migrate to post-quantum cryptography?

Realistically, in waves defined by regulation rather than by voluntary readiness. Government-adjacent organizations move first because they're directly covered by binding deadlines — US federal agencies and contractors by 2030/2031, UK government-linked services by 2031, German and French critical infrastructure by 2030, Australian government systems by 2030. Large enterprises with substantial cryptographic estates and long-lived sensitive data (finance, healthcare, critical infrastructure) are moving next, partly under direct regulatory pressure and partly because their customers and partners are asking for PQC readiness as a contractual condition. The uncomfortable data point is that only 38% of organizations report actively transitioning today, a figure that declined year-over-year despite tightening deadlines — meaning the honest answer for most of the market is later than the deadlines assume, under more time pressure than is comfortable. Organizations that start with a cryptographic inventory now, rather than waiting for a deadline to force the issue, are the ones most likely to migrate on a schedule they chose rather than one forced on them.

What is post-quantum cryptography and why does it matter before quantum computers even exist?

Post-quantum cryptography is a set of encryption and digital-signature algorithms designed to remain secure even against a sufficiently powerful quantum computer, unlike today's RSA and elliptic-curve cryptography, both of which rely on math problems that quantum algorithms are expected to solve efficiently. It matters before a cryptographically relevant quantum computer exists because of harvest now, decrypt later: data encrypted today with classical algorithms can be captured and stored by an adversary now, then decrypted retroactively once quantum computing catches up. For anything that needs to stay confidential for years or decades — government records, health data, financial records, infrastructure designs — the relevant question isn't whether a quantum computer exists today, it's whether one will exist before this data's confidentiality requirement expires. NIST's FIPS 203, 204, and 205 standards give organizations concrete, stable algorithms — ML-KEM, ML-DSA, and SLH-DSA — to migrate to now, which is exactly why 2026 turned this from a research question into a binding compliance deadline across more than fifteen jurisdictions.

What is 'harvest now, decrypt later' and why does it make PQC migration urgent today?

Harvest now, decrypt later describes an attack pattern where an adversary intercepts and stores encrypted data today, without being able to read it yet, and simply waits until quantum computing advances far enough to break the classical encryption protecting it. It's what makes PQC migration urgent today rather than whenever quantum computers become practical, because the capture happens now — the decryption is just deferred. Any data encrypted today with RSA or elliptic-curve cryptography that needs to remain confidential for years or decades is exposed to this risk the moment it's transmitted or stored, regardless of when the decrypting technology actually arrives. This is the core logic behind every deadline covered in this piece: regulators aren't reacting to quantum computers existing, they're reacting to the fact that the data worth protecting today already has a shelf life that outlasts the most conservative estimates of when that technology could mature.

What does US Executive Order 14412 require of federal agencies and contractors?

Executive Order 14412, signed June 22, 2026, makes post-quantum cryptography migration a binding legal requirement for US federal civilian agencies and the contractors that serve them, replacing what had been recommended best practice with dated, enforceable obligations. It requires migration of key-establishment mechanisms — the cryptography that sets up a secure session — by December 31, 2030, migration of digital-signature mechanisms by December 31, 2031, and full quantum-resistance across federal systems by 2035. All of it is anchored to NIST's three finalized standards: FIPS 203 (ML-KEM) for key establishment, FIPS 204 (ML-DSA) for digital signatures, and FIPS 205 (SLH-DSA) as a hash-based signature alternative. The White House Office of Management and Budget followed with implementation memo M-26-15 in June 2026, which is what actually translates the executive order into agency-level budgeting, staffing, and reporting requirements rather than leaving it as a high-level mandate with no operational teeth.

What are NIST's FIPS 203, FIPS 204, and FIPS 205 standards, and which algorithms do they define?

FIPS 203 defines ML-KEM (Module-Lattice-Based Key-Encapsulation Mechanism), the primary post-quantum standard for key establishment — the handshake step that sets up a shared secret between two parties, historically handled by RSA or Diffie-Hellman/ECC. FIPS 204 defines ML-DSA (Module-Lattice-Based Digital Signature Algorithm), the primary standard for digital signatures, replacing RSA and ECDSA signatures for verifying that a message or document came from who it claims. FIPS 205 defines SLH-DSA (Stateless Hash-Based Digital Signature Algorithm), an alternative signature standard built on hash functions rather than lattice math, included deliberately as a hedge against the possibility that a weakness is later found in the lattice-based assumptions underneath ML-KEM and ML-DSA. Together, the three standards give organizations a stable, government-vetted target for migration, and they form the technical foundation underneath nearly every regional mandate covered in this piece, from the US federal timeline to the UK, Germany, and EU/France frameworks.

Why is hybrid cryptography (classical plus post-quantum) the dominant 2026 migration pattern?

Hybrid cryptography runs a classical algorithm (RSA or ECC) alongside a post-quantum algorithm (typically ML-KEM) in the same connection, so that breaking either one alone isn't enough to compromise it. It's the dominant 2026 pattern because it manages risk in both directions during a transition period: post-quantum algorithms are newer and haven't accumulated the decades of adversarial cryptanalysis that RSA and ECC have survived, while classical algorithms are the ones quantum computers are expected to eventually break. Running both together means an attacker needs to defeat the classical algorithm and the post-quantum algorithm simultaneously, covering both the scenario where quantum computers arrive and break the classical half, and the scenario where an unexpected weakness surfaces in the still-young post-quantum math. It's why the EU built an entire technical specification, ETSI TS 103 744, around hybrid TLS, and why the UK's NCSC encourages hybrid approaches during transition — even though a notable minority position, Australia's ASD, permits hybrid but recommends against it in favor of a faster, cleaner cut to pure post-quantum algorithms.

Why does the UK NCSC recommend ML-KEM-768 and ML-DSA-65 specifically?

The UK's National Cyber Security Centre recommends ML-KEM-768 and ML-DSA-65 as the specific parameter sets organizations should target within NIST's broader ML-KEM and ML-DSA standards, as part of its phased three-stage migration: discovery and an initial migration plan by 2028, migration of the highest-priority services by 2031, and full migration by 2035. Naming specific parameter sets rather than just endorsing the algorithm families gives organizations and vendors a concrete interoperability target — without it, different implementations could technically comply with "use ML-KEM" while choosing different security levels that don't interoperate cleanly with each other. The NCSC pairs this recommendation with encouragement, not a mandate, to use hybrid approaches during the transition, reflecting a measured, phased posture that prioritizes getting the highest-priority services migrated correctly within this decade rather than forcing a faster, riskier timeline across the entire UK public and private sector at once.

Why does Germany's BSI require the strictest hybrid mandate (ML-KEM plus FrodoKEM) globally?

Germany's BSI, in the 2026 edition of technical guideline BSI TR-02102-1, mandates a dual-algorithm hybrid combining ML-KEM with FrodoKEM — a second, independently designed post-quantum key-establishment algorithm built on a different mathematical foundation than ML-KEM. This is stricter than simply pairing one classical algorithm with one post-quantum algorithm, because it applies defense-in-depth within the post-quantum side of the pairing itself: if a weakness were ever found in ML-KEM's module-lattice construction specifically, FrodoKEM's differently structured approach wouldn't necessarily share the same flaw. It reflects Germany's broader posture in this research as the jurisdiction with the most conservative, engineering-heavy approach to cryptographic risk — federal agencies begin deployment in 2026, critical infrastructure migrates by 2030, and classical-only key agreement for regulated use is eliminated entirely by the end of 2031, giving organizations a firm, dated sunset rather than an open-ended transition window.

Why is Australia's ASD pursuing the most aggressive classical-cryptography elimination deadline?

The Australian Signals Directorate's Information Security Manual sets the fastest full-elimination timeline identified anywhere in this research: a refined transition plan by end-2026, migration beginning for critical systems by end-2028, and complete elimination of classical asymmetric cryptography from government systems by end-2030 — a full five years ahead of the UK's 2035 full-migration date and ahead of the US federal digital-signature deadline of 2031. Consistent with that speed, Australia allows hybrid approaches but explicitly does not recommend them, favoring a decisive move to pure post-quantum algorithms once systems are ready rather than carrying the operational overhead of two cryptographic systems running in parallel for years. The underlying reasoning is straightforward risk math: every year classical asymmetric cryptography remains in government systems is another year of harvest-now-decrypt-later exposure for the data those systems protect, and Australia's timeline reflects a deliberate choice to compress that exposure window as tightly as operationally possible.

Why is China developing its own sovereign PQC algorithms instead of adopting NIST's standards?

China's Office of the State Council Secretariat for Cryptography Administration (OSCCA) is developing its own post-quantum algorithms as part of a broader cryptographic-sovereignty strategy, rather than adopting NIST's FIPS 203, 204, and 205 standards used across the US, UK, Germany, France, and most of the jurisdictions covered in this piece. This reflects a longstanding pattern in Chinese cryptographic policy that predates the post-quantum era: China has historically preferred domestically developed cryptographic standards for systems it considers strategically sensitive, treating reliance on foreign-designed cryptography — even open, publicly vetted standards like NIST's — as a sovereignty consideration separate from any technical concern about the algorithms themselves. The practical consequence is a parallel technical track with no published public migration deadline, and any cross-border system needing to interoperate between an OSCCA-based implementation and a NIST-based one requires a translation layer, which adds real engineering complexity to multinational deployments that touch both regulatory environments.

What is the G7 Cyber Expert Group's coordinated roadmap for financial-sector PQC migration?

The G7 Cyber Expert Group published a coordinated roadmap in January 2026 specifically for post-quantum migration across the financial sector, recognizing that banking and payment infrastructure is unusually cross-border by nature — a single transaction can touch correspondent banks, card networks, and clearing systems across multiple jurisdictions within seconds. Left to purely national timelines, that interconnection creates real interoperability risk: a bank migrating on one country's schedule could find itself unable to cleanly transact with a counterparty still running classical-only cryptography under a slower national timeline, or vice versa. Coordinating migration guidance at the G7 level is an attempt to keep the world's largest financial systems moving on compatible timelines rather than each drifting toward its own incompatible schedule, which matters enormously given how much of global financial infrastructure ultimately depends on a relatively small number of G7-based clearing and settlement systems remaining interoperable throughout the transition.

Why did Google set 2029 as its internal post-quantum migration deadline, years ahead of regulatory deadlines?

Google announced its internal 2029 post-quantum migration deadline in March 2026, a target that sits years ahead of most regulatory timelines — earlier than the US federal key-establishment deadline of 2030, and well ahead of the UK's and EU's full-migration dates in the mid-2030s. While the specific internal reasoning behind Google's timeline wasn't part of the source material for this piece, the broader pattern it reflects is instructive: a company operating cryptographic infrastructure at Google's scale has enormous amounts of data and interconnected systems where harvest-now-decrypt-later risk compounds over time, and a company with the engineering resources to move early has less reason to wait for a regulatory deadline to force the issue. It's a useful data point for any organization benchmarking its own migration timeline — when a major infrastructure operator sets a voluntary deadline meaningfully ahead of binding regulatory dates, it's a signal that "we still have years before this matters" may be a more comfortable assumption than an accurate one.

Why has the share of organizations actively transitioning to PQC declined year-over-year despite tightening deadlines?

Only 38% of organizations report actively transitioning to post-quantum cryptography, and that figure declined year-over-year even as deadlines from the US, UK, EU, Germany, and Australia all tightened over the same period — a genuinely counterintuitive result worth taking seriously rather than dismissing. Part of the explanation is complexity: a cryptographic migration touches every system that establishes a secure connection or verifies a signature, a surface most organizations have never fully inventoried, and progress on inventory work doesn't always show up as visible "transitioning" activity even when it's a necessary precursor. Part of it is competing priorities — security teams are simultaneously managing AI-related risk, routine vulnerability management, and cloud migration work, and PQC's worst-case consequence (data decrypted years from now) doesn't create the same felt urgency as an active incident this quarter. And part of it is genuine uncertainty about quantum computing timelines, which gives some organizations a rationalization for deferral that the harvest-now half of the risk doesn't actually support.

What does a 'cryptographic inventory' involve, and why is it the prerequisite first step for PQC migration?

A cryptographic inventory is a comprehensive audit of every place an organization uses encryption or digital signatures — TLS configurations and certificates, VPN gateways, code-signing pipelines, embedded and IoT device firmware, internal service-to-service authentication, hardware security modules, and third-party or SaaS dependencies that bring their own cryptographic assumptions along with them. It's the prerequisite first step for PQC migration for a simple reason: you cannot migrate cryptography you don't know exists, and most organizations significantly underestimate how much of it is scattered across systems nobody has audited in years. This is exactly why the EU's proposed NIS2-anchored PQC obligation requires member states to begin cryptographic inventories by end-2026 before any transition deadline applies, and why every jurisdiction's guidance covered in this piece converges on inventory as step one regardless of how differently they treat hybrid mandates or final deadlines. Skipping it doesn't save time — it just moves the discovery work later, when it's more expensive and more likely to surface a system nobody planned for.

How does crypto-agility help organizations adapt as new cryptographic standards emerge?

Crypto-agility means designing systems so that swapping the underlying cryptographic algorithm is a configuration change rather than a re-architecture — negotiating algorithms at the protocol level, avoiding hardcoded assumptions about key sizes or signature formats, and keeping cryptographic logic decoupled from application logic wherever possible. It matters for PQC migration specifically because NIST's own three-standard approach — ML-KEM, ML-DSA, and the hash-based SLH-DSA as a deliberate hedge — assumes today's post-quantum choice might not be the last one needed; a genuine weakness discovered in lattice-based cryptography years from now would require another migration, and organizations that built crypto-agility into their systems this time would face a configuration update rather than another multi-year re-architecture. It's less a specific technology than a design discipline, and it's increasingly treated as a baseline expectation in enterprise architecture and cybersecurity trend reporting for exactly this reason — the cost of building it in now is far lower than the cost of not having it the next time a cryptographic standard needs to change.

What is ETSI TS 103 744 and how does it relate to hybrid TLS during PQC migration?

ETSI TS 103 744 is a European technical specification that defines how to implement hybrid key exchange within TLS — the protocol underneath most secure web and application traffic — allowing a classical algorithm and a post-quantum algorithm, typically ML-KEM, to be negotiated and combined within the same TLS handshake. It exists because hybrid cryptography, while conceptually simple, needs a concrete, standardized way to be implemented consistently across different vendors' TLS stacks; without a shared specification, different implementations of "hybrid TLS" risk being incompatible with each other, defeating the interoperability that TLS is supposed to guarantee. It's a direct technical enabler of the EU's and its member states' hybrid-friendly migration posture, giving vendors and organizations building or updating TLS infrastructure a standardized target to implement against rather than inventing their own hybrid handshake logic independently.

How does PQC migration affect critical infrastructure differently than general enterprise IT?

Critical infrastructure operators — energy grids, water systems, telecommunications — face a distinct version of PQC migration that the R Street Institute's research specifically calls out: these environments often run industrial control systems and embedded devices with far longer replacement cycles than typical enterprise IT, meaning a control system installed years ago may still be running well past every migration deadline discussed in this piece, with cryptography baked into firmware that can't simply be patched the way a web server can. General enterprise IT can often update TLS libraries and certificate infrastructure through fairly standard software update processes; critical infrastructure frequently cannot, because availability requirements are absolute — you cannot take a power grid control system offline for a routine cryptography update the way you might restart a web server — and because some embedded hardware simply doesn't have the processing headroom or update mechanism to support new algorithms without physical replacement. This is exactly why critical infrastructure appears as a distinct, earlier-priority category across the US, German, French, and Australian frameworks covered above rather than being left to migrate on the same timeline as general enterprise systems.

What PQC migration deadlines apply to Canada, Japan, India, and South Korea?

Each of these countries has its own named national framework guiding post-quantum migration: Canada through the Canadian Centre for Cyber Security's ITSM.40.001 guidance, Japan through CRYPTREC, its established cryptographic evaluation body, India through its National Quantum Mission under the Department of Science and Technology, and South Korea through its KPQC program. What the research behind this piece did not surface is the same level of dated specificity available for the US, UK, Australia, Germany, and the EU/France framework — exact phase deadlines comparable to the US's 2030/2031 dates or Australia's 2030 full-elimination target weren't part of the source material reviewed. The honest takeaway is that PQC migration is a genuinely global regulatory movement extending well beyond the seven jurisdictions with the most detailed public guidance, even where the dated specificity for some programs is still filling in publicly.

Why do UAE and Gulf-state regulators require transition plans in 2026 without setting binding technical deadlines yet?

The UAE operates under a National Encryption Policy framework that, as of this research, remains at the policy-formation stage: government entities are required to develop formally approved transition plans during 2026, but no binding technical deadlines equivalent to the US's 2030/2031 dates or the UK's phased 2028/2031/2035 stages have been published yet. This puts the UAE meaningfully earlier in its public regulatory journey than the US, UK, Germany, or the EU framework, which reflects a common and reasonable regulatory sequencing choice — establishing the policy framework and requiring organizations to plan before locking in specific dated technical requirements gives regulators time to calibrate deadlines against what a cryptographic inventory across government systems actually reveals, rather than setting numbers first and discovering later they were unrealistic. It doesn't reduce the underlying urgency, since harvest-now-decrypt-later risk doesn't wait for a policy framework to finalize, but it does mean organizations operating in the UAE should expect binding deadlines to follow the 2026 planning requirement rather than assume the absence of a date today means the absence of future obligation.

What does a 'translation layer' do when NIST-based and OSCCA-based cryptographic systems need to interoperate?

A translation layer is the engineering component that sits between a system built on NIST's FIPS 203/204/205 standards and one built on China's OSCCA-based sovereign post-quantum algorithms, converting or bridging cryptographic operations so the two can exchange data securely despite being built on fundamentally different, non-interoperable technical foundations. It's necessary because OSCCA's algorithms aren't a delayed or regional variant of ML-KEM and ML-DSA — they're a genuinely separate technical track, which means a system expecting one can't simply parse the other without deliberate bridging logic. For any multinational organization with operations or partners spanning both regulatory environments, this adds real engineering complexity and an additional point of failure to secure: the translation layer itself becomes a component that needs its own security review, since it's handling sensitive cryptographic operations at the exact boundary between two systems that were never designed to talk to each other directly.

How should CISOs build a PQC migration roadmap that survives contact with production systems?

Start with a genuine cryptographic inventory rather than a partial one — TLS endpoints, VPN infrastructure, code-signing pipelines, embedded devices, internal service authentication, and third-party dependencies — since an incomplete inventory produces a roadmap with gaps baked in from the start. From there, prioritize by the harvest-now-decrypt-later risk logic: systems protecting long-lived sensitive data move first, public-facing TLS often moves early because modern TLS 1.3 stacks make it comparatively tractable, and embedded or hard-to-reach systems get identified early even though their actual migration will take longer. Make a deliberate, explicit decision about hybrid versus pure post-quantum rather than defaulting to whichever a vendor happens to ship first, and build crypto-agility into the architecture so the next standards change is a configuration update rather than another multi-year project. Roadmaps that skip the inventory step or treat PQC as a checkbox compliance exercise rather than a real systems migration are the ones most likely to slip against the regulatory deadlines covered throughout this piece, because sequencing this kind of migration without breaking a live production estate is genuine systems-engineering work.

What is the realistic cost of a full enterprise PQC migration?

Cost scales directly with the size and complexity of an organization's cryptographic estate rather than following any fixed price point, which is why no credible source puts a single dollar figure on "a PQC migration" without first scoping what's actually being migrated. The real cost drivers are the number of systems touching cryptography, how much of that estate is embedded or hard-to-reach versus standard TLS/PKI infrastructure, how many third-party and vendor dependencies bring their own migration timelines that need coordinating, and whether the organization is starting from a real cryptographic inventory or discovering its estate for the first time mid-project. Organizations that treat the cryptographic inventory as the real starting investment, rather than rushing past it to look further along in the roadmap, tend to get a far more accurate cost picture early, and avoid the far more expensive pattern of discovering unbudgeted systems partway through a migration that was scoped without them.

Which industries face the highest 'harvest now, decrypt later' risk and should migrate first?

Government and defense systems sit at the top, given how often diplomatic, defense-procurement, and state-secret data needs confidentiality measured in decades rather than years — exactly why the US, UK, German, and Australian government timelines covered in this piece are structured to move first. Critical infrastructure (energy, water, telecommunications) follows closely, both for severity-of-consequence reasons and because, per the R Street Institute's research, these environments often run long-replacement-cycle embedded systems that will still be operating well past 2030. Financial services face a distinct, cross-border version of the risk, which is exactly why the G7 Cyber Expert Group built a dedicated financial-sector roadmap rather than leaving banks to general guidance. Healthcare providers belong on this list too — health records often need lifetime confidentiality, meaning data captured today could plausibly be exposed while the patient is still alive. And any organization holding long-shelf-life intellectual property, such as pharmaceutical research, semiconductor design, or defense contracting, carries the same underlying exposure: the sensitivity clock on the data runs far longer than comfortable assumptions about quantum computing timelines.

How do TLS certificates and PKI infrastructure need to change for post-quantum readiness?

Certificate authorities, certificate formats, and the TLS handshake itself all need to support the larger key and signature sizes that post-quantum algorithms like ML-KEM and ML-DSA produce compared to RSA and ECC, which is a real operational change rather than a drop-in replacement. During the hybrid transition period favored by most jurisdictions covered in this piece, TLS infrastructure also needs the ability to negotiate and validate two algorithms within the same handshake — governed in Europe by specifications like ETSI TS 103 744 — which is a meaningfully different operational posture than the "renew the certificate the same way as always" pattern most PKI teams have relied on for two decades of RSA and ECC. Certificate lifecycle management, revocation infrastructure, and any hardware security modules in the certificate chain all need explicit validation against post-quantum key and signature formats before an organization can call its PKI genuinely post-quantum ready, not just theoretically compatible with the new algorithms.

What is quantum malware, and is it a real near-term threat or still theoretical?

"Quantum malware" is a term that shows up in some security vendor material, but it's worth being precise about what it actually refers to versus what the real near-term threat is. There is no practical malware today that runs on or requires a quantum computer, because general-purpose, cryptographically relevant quantum computers capable of running such attacks don't publicly exist yet. The genuine near-term threat covered throughout this piece is different and more immediate: classical attackers using ordinary computers to capture and store encrypted data now, under the harvest-now-decrypt-later model, planning to decrypt it later once quantum computing matures, with no quantum hardware required for the attack itself, only for the eventual decryption. Framing this as "quantum malware" risks making the threat sound more speculative and futuristic than it actually is; the risk driving every deadline in this piece is a present-tense data-capture problem, not a future malware category, and treating it as the latter is exactly the kind of framing that makes deferral feel more defensible than it should.

Want results like this?

Keep reading