The Internet's Quiet Upgrade: How Post-Quantum Cryptography is Securing the Web
Major technology platforms and infrastructure providers are rapidly deploying post-quantum cryptography to defend against future quantum computer attacks. The preemptive upgrade aims to neutralize the 'Harvest Now, Decrypt Later' threat before the hardware to execute it even exists.
By Factlen Editorial Team
- Tech Platforms & Infrastructure
- Prioritizes the practical deployment of PQC at scale without breaking legacy systems or degrading performance.
- Cryptographers & Mathematicians
- Focuses on the mathematical rigor, formal verification, and long-term viability of lattice-based algorithms.
- Standards & Policy Makers
- Focuses on establishing unified global blueprints and mandating upgrades to protect national security data.
What's not represented
- · Legacy hardware manufacturers
- · Small-to-medium enterprise IT administrators
Why this matters
If adversaries are storing your encrypted messages and data today, they could read them tomorrow when quantum computers arrive. The rapid deployment of post-quantum cryptography ensures your current digital life remains private permanently.
Key points
- NIST finalized the first three post-quantum cryptography standards in August 2024.
- The upgrades defend against adversaries storing encrypted data today to decrypt it with future quantum computers.
- Apple and Signal have already deployed post-quantum protections to billions of messaging users.
- Cloudflare secures over 65% of its human traffic with post-quantum key agreements.
- The industry is using a 'hybrid' approach to maintain compatibility with older devices.
The internet is currently undergoing its most profound structural upgrade since the widespread adoption of encryption in the late 1990s. Behind the scenes, the foundational mathematics that secure global communications are being replaced. This transition is not a response to an active breach, but a preemptive defense against a theoretical machine: a cryptographically relevant quantum computer (CRQC).
For decades, digital security has relied on asymmetric encryption algorithms like RSA and Elliptic Curve Cryptography (ECC). These systems protect data by utilizing mathematical problems—such as prime factorization—that are practically impossible for classical computers to solve in a reasonable timeframe. However, a sufficiently powerful quantum computer running Shor’s algorithm could theoretically crack these problems in hours, rendering the current cryptographic shield obsolete.[7]
The urgency of this upgrade stems from a strategy known as "Harvest Now, Decrypt Later" (HNDL). Adversaries, particularly state-sponsored actors, are currently intercepting and storing vast troves of encrypted internet traffic. While they cannot read this data today, they are stockpiling it with the expectation that future quantum hardware will eventually unlock it. To protect data with long-term sensitivity, the cryptographic community realized that defensive measures had to be deployed years before the offensive capability materialized.[4][7]

The turning point arrived in August 2024, when the U.S. National Institute of Standards and Technology (NIST) officially finalized its first set of post-quantum cryptography (PQC) standards. This milestone marked the culmination of an eight-year global competition to identify and rigorously test algorithms capable of withstanding quantum attacks. The finalization provided the enterprise and technology sectors with the authoritative blueprints needed to begin high-level implementation.[1][8][9]
The primary standard for general encryption, designated as FIPS 203, is based on an algorithm called ML-KEM (formerly CRYSTALS-Kyber). Instead of relying on prime factorization, ML-KEM utilizes module lattice-based cryptography, a complex geometric problem that remains computationally infeasible for both classical and quantum machines. NIST also finalized two standards for digital signatures—FIPS 204 and FIPS 205—to ensure the authenticity of digital identities.[1][7]

Consumer technology platforms have been among the fastest to adopt the new standards. In early 2024, Apple deployed a groundbreaking cryptographic protocol named PQ3 across its iMessage ecosystem. Apple engineered PQ3 to provide what it terms "Level 3" security, meaning post-quantum cryptography is used not only during the initial key establishment but also throughout the ongoing message exchange.[2]
Crucially, Apple and other early adopters are utilizing a "hybrid" cryptographic approach. Rather than entirely replacing classical algorithms, they combine field-tested ECC with the new post-quantum algorithms. This ensures that even if a hidden flaw is eventually discovered in the novel post-quantum math, the system's security will never fall below its current classical baseline.[2]
Crucially, Apple and other early adopters are utilizing a "hybrid" cryptographic approach.
The open-source Signal Protocol, which underpins the security of billions of users across multiple messaging apps, has also executed a multi-phase quantum upgrade. Following an initial post-quantum handshake upgrade in 2023, Signal introduced the Sparse Post Quantum Ratchet (SPQR) in October 2025.[3][6]
Signal’s SPQR integrates with its famous Double Ratchet algorithm to create a "Triple Ratchet." This mechanism continuously generates new post-quantum keys during a conversation. If an attacker manages to compromise a user's device and steal their cryptographic keys, the Triple Ratchet ensures that past messages remain secure (forward secrecy) and that future messages quickly become secure again once the compromise ends (post-compromise security).[3][6]
Beyond consumer messaging, the backbone of the web is also migrating. Cloudflare, which routes a massive portion of global internet traffic, began deploying post-quantum hybrid key agreements across its edge servers as early as 2022. Because this upgrade was implemented at the network edge, websites and APIs served through Cloudflare received post-quantum protection by default, without requiring website owners to opt in.[4][5]
The scale of this deployment is substantial. Cloudflare reports that over 65% of the human traffic it processes now utilizes post-quantum key agreement. In early 2026, the company accelerated its internal roadmap, setting a target to make its entire platform—including all internal services and products—fully post-quantum secure by 2029.[4][5]

While encrypting data in transit has progressed rapidly, the next phase of the migration presents a steeper challenge: post-quantum authentication. Upgrading digital signatures is inherently more complex than key exchange because it involves long-lived keys, third-party certificate authorities, and legacy client software. Disabling quantum-vulnerable cryptography entirely will require careful coordination to avoid breaking compatibility with older devices.[5]
Despite the rapid deployment of PQC, significant uncertainty remains regarding the actual timeline of the quantum threat. The hypothetical arrival of a cryptographically relevant quantum computer is colloquially known as "Q-Day." While some researchers point to recent compounding advances in quantum error correction and neutral atom architectures to suggest Q-Day could arrive by the end of the decade, others maintain that the engineering hurdles will keep such machines decades away.[5][8]

Because of this uncertainty, the cybersecurity industry is prioritizing "cryptographic agility"—the ability to rapidly swap out algorithms if vulnerabilities are found. NIST is actively evaluating backup algorithms based on entirely different mathematical foundations, such as code-based cryptography, to serve as alternatives if lattice-based methods are ever compromised.[1][8]
The transition to post-quantum cryptography represents a rare paradigm shift in cybersecurity. Instead of reacting to an exploited vulnerability, the global technology community is successfully coordinating a massive, preemptive defense. By the time the first cryptographically relevant quantum computer powers on, the data it was built to decrypt will likely already be locked behind an unbreakable mathematical lattice.
How we got here
2016
NIST launches the Post-Quantum Cryptography Standardization Project to solicit new algorithms.
Oct 2022
Cloudflare enables post-quantum hybrid key agreement across its global edge network.
Early 2024
Apple deploys the PQ3 cryptographic protocol in iMessage, achieving Level 3 security.
Aug 2024
NIST officially finalizes the first three PQC standards (FIPS 203, 204, 205).
Oct 2025
Signal introduces the Sparse Post Quantum Ratchet (SPQR) to secure ongoing conversations.
Viewpoints in depth
Cryptographic Researchers
Focused on the mathematical rigor and formal verification of the new algorithms.
For the academic and research community, the transition to PQC is a massive mathematical undertaking. Researchers emphasize that while lattice-based cryptography is currently unbroken, it lacks the decades of adversarial testing that RSA and ECC have endured. This camp strongly advocates for formal machine-checked verification—such as the TAMARIN prover used to validate Apple's PQ3—and insists on maintaining 'cryptographic agility' to swap algorithms if a theoretical breakthrough compromises the new math.
Infrastructure Providers
Focused on the logistical challenge of upgrading the internet without breaking it.
Companies that route global traffic view the PQC migration as a delicate balancing act. Their primary concern is avoiding 'downgrade attacks' and connection failures caused by legacy middleboxes that do not understand the new protocols. This camp champions the 'hybrid' deployment model, running classical and quantum algorithms simultaneously, ensuring that older browsers and devices can still connect while modern clients receive upgraded protection seamlessly.
National Security Agencies
Focused on the immediate threat of data harvesting and strict compliance timelines.
For government and defense sectors, the quantum threat is treated as a present-day crisis due to the 'Harvest Now, Decrypt Later' strategy. Intelligence agencies are less concerned with when a quantum computer will be built and more concerned with the shelf-life of the classified data currently being intercepted by adversaries. Consequently, this camp is enforcing aggressive mandates, such as the U.S. CNSA 2.0 directive, which requires national security systems to fully implement post-quantum algorithms by 2035.
What we don't know
- Exactly when a cryptographically relevant quantum computer (CRQC) will be successfully built.
- Whether future mathematical breakthroughs might reveal hidden vulnerabilities in lattice-based cryptography.
- How long it will take to fully deprecate classical encryption across all legacy internet infrastructure.
Key terms
- Post-Quantum Cryptography (PQC)
- Cryptographic algorithms designed to be secure against attacks from both classical and quantum computers.
- Harvest Now, Decrypt Later (HNDL)
- A cyberattack strategy where adversaries intercept and store encrypted data today to decrypt it when quantum computers become available.
- Lattice-based Cryptography
- A mathematical approach to encryption based on complex geometric grid structures, currently believed to be unsolvable by quantum computers.
- Forward Secrecy
- A security feature ensuring that if a user's current cryptographic keys are compromised, their past messages remain encrypted and unreadable.
- Cryptographic Agility
- The ability of a software system to rapidly swap out its underlying encryption algorithms without requiring a complete architectural overhaul.
Frequently asked
Do quantum computers that can break encryption exist yet?
No. Currently, 'cryptographically relevant quantum computers' are theoretical. However, experts warn they could be developed within the next decade.
Will my older devices stop working during this upgrade?
No. Tech companies are using 'hybrid cryptography,' which runs the new quantum-resistant algorithms alongside traditional ones to ensure backward compatibility.
Do I need to do anything to get this protection?
For most consumers, no. Platforms like Apple, Signal, and Cloudflare are rolling out these upgrades automatically via standard software updates.
Sources
[1]NISTStandards & Policy Makers
NIST Releases First 3 Finalized Post-Quantum Encryption Standards
Read on NIST →[2]AppleTech Platforms & Infrastructure
iMessage with PQ3: The new state of the art in quantum-secure messaging at scale
Read on Apple →[3]SignalTech Platforms & Infrastructure
Signal Protocol and Post-Quantum Ratchets
Read on Signal →[4]CloudflareTech Platforms & Infrastructure
Cloudflare's roadmap to full post-quantum security
Read on Cloudflare →[5]SiliconANGLETech Platforms & Infrastructure
Cloudflare accelerates post-quantum security roadmap
Read on SiliconANGLE →[6]PQShieldCryptographers & Mathematicians
Upgrading Signal's Double Ratchet protocol for post-quantum security
Read on PQShield →[7]Palo Alto NetworksCryptographers & Mathematicians
NIST PQC Standards Explained
Read on Palo Alto Networks →[8]SlashdotStandards & Policy Makers
NIST Has Formally Accepted Three Algorithms For Post-Quantum Cryptography
Read on Slashdot →[9]The RegisterStandards & Policy Makers
NIST finalizes post-quantum encryption standards
Read on The Register →
Every angle. Every day.
Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.











