Skip to content
Wednesday, August 26, 2026
KAJ NEWSCYBER · PRIVACY · SECURITY
Home / Tech News
Tech News

Post-quantum encryption migration, explained without the physics

A future quantum computer could break the public-key cryptography protecting today's traffic — NIST's standardized post-quantum algorithms are here, and the migration has already started in your browser.

Asha Venkataswamy, · March 4, 2026 · 4 min read
ShareXFacebookLinkedInTelegramEmail
Abstract lattice structure representing new post-quantum cryptography

Post-quantum encryption is the replacement generation of public-key cryptography designed to resist quantum computers, which would break the RSA and elliptic-curve systems securing most internet traffic today. The standards now exist — NIST finalized the first post-quantum algorithms in August 2024 — and deployment has quietly begun: Chrome and Firefox already negotiate post-quantum key exchange for a large share of connections, and Apple's iMessage PQ3 protocol turned on by default in 2024. For organizations, the practical task is inventory and planning, because the migration touches every device, service, and certificate that uses cryptography, and the threat has a head start.

What exactly is the threat?

Today's encryption splits into two kinds. Symmetric encryption — AES, used to scramble files and disk volumes — is largely quantum-resistant, with its effective strength merely halved. Asymmetric, or public-key, cryptography — RSA and elliptic-curve — is the vulnerable part: it underpins TLS key exchange, certificate signatures, code signing, and identity systems, and a sufficiently large quantum computer running Shor's algorithm breaks it outright. The consensus of cryptographic agencies, including the U.S. National Security Agency's public guidance, is that such a machine is unlikely within a few years but plausible over the coming decades — and the timeline that actually matters is harvest now, decrypt later: adversaries recording encrypted traffic today to decrypt once the machine exists. Data that must stay confidential for ten-plus years is already at risk, which is why intelligence agencies do the recording and why standards bodies moved early.

What did NIST actually standardize?

After an eight-year public competition, NIST published the first final standards in August 2024: ML-KEM (based on the CRYSTALS-Kyber winner) for key encapsulation — the TLS handshake replacement — and ML-DSA (CRYSTALS-Dilithium) plus SLH-DSA (SPHINCS+) for digital signatures. A second key-establishment algorithm, HQC, was selected in March 2025 as a backup built on different mathematics, hedging against a future break in lattices. The design philosophy is conservatism: multiple algorithms from unrelated mathematical families, so that collapsing one does not collapse the system.

Where is deployment already happening?

Farther along than most reporting suggests. Google enabled post-quantum key exchange by default in Chrome in 2024, Mozilla followed in Firefox, and Cloudflare reported that a substantial share of its traffic already negotiates hybrid post-quantum key exchange — meaning the connection mixes a classical and a post-quantum algorithm, so it is no weaker than today even if the new math turns out flawed. Apple's PQ3 brought post-quantum protection to iMessage in 2024; Signal added its PQXDH handshake in 2023. The U.S. government set its own clock: NSA's CNSA 2.0 suite requires national-security systems to begin transitioning by 2025-2030, with full post-quantum adoption by 2033, and federal civilian guidance points the same direction.

What should organizations do now?

The migration is a decade-long program, but the 2026-era work is concrete:

  1. Build a cryptographic inventory. You cannot migrate what you cannot see: catalog where RSA and elliptic-curve are used — TLS termination, VPNs, code signing, payment HSMs, embedded firmware — including anything with a 10-year service life.
  2. Prioritize long-lived secrets and long-lived devices. Traffic that adversaries may be recording today, and hardware that cannot be upgraded in the field, lead the list.
  3. Prefer hybrid modes where offered. Hybrid classical-plus-post-quantum key exchange is available now in major cloud and TLS stacks and carries near-zero additional risk.
  4. Watch certificate lifetimes and crypto-agility. Shorter-lived certificates and the ability to swap algorithms without re-engineering turn the 2030s deadline from a crisis into routine maintenance.
  5. Include vendors in procurement. Ask every supplier for their post-quantum roadmap; the question is already standard in government RFPs and will reach commercial contracts whether or not you ask first.

What about individuals?

Nothing to do — the migration happens inside browsers, apps, and services, and the main consumer-grade action is keeping software current so post-quantum support arrives as it ships. The realistic personal-risk view: ordinary browsing and messaging gain protection automatically over the next few years; the harvest-now threat applies chiefly to traffic whose confidentiality must survive into the quantum era, which for most people means the handled-by-big-platforms categories above. The story to watch is institutional readiness, because the organizations that publish migration plans this decade will be boring; the ones that discover in 2031 that their payment terminals cannot be upgraded will not be.

Frequently Asked Questions

When will quantum computers break today's encryption?
No one knows precisely. Expert agencies such as NSA judge a cryptographically relevant quantum computer unlikely within a few years but plausible over coming decades. The operative risk is harvest-now-decrypt-later: recorded traffic decrypted later, which affects data needing long confidentiality today.
What did NIST standardize in 2024?
The first final post-quantum standards: ML-KEM for key establishment and ML-DSA and SLH-DSA for signatures, published August 2024, with HQC selected in March 2025 as a backup key-establishment algorithm on different mathematics.
Is my browser already using post-quantum encryption?
Possibly — Chrome and Firefox enable post-quantum key exchange by default for sites that support it, and Cloudflare has reported a large share of its traffic negotiating it. No user action is required.
Is AES symmetric encryption also broken by quantum computers?
No. Quantum computers at best halve AES's effective strength via Grover's algorithm, which existing key sizes comfortably absorb. The vulnerable piece is public-key cryptography — RSA and elliptic curves — which quantum machines break outright.