Megatrend · Cybersecurity

Every secret you send today is already stolen — and waiting to be unlocked in the future

Passwords, bank transactions, messages — almost everything on the internet has been locked by the same math for 40 years (RSA/ECC). That math is "hard" for ordinary computers, but "easy" for a large quantum computer down the road. The catch: attackers aren't waiting for that machine to arrive — they're already stealing your encrypted data and stockpiling it today, ready to crack it the day the machine is ready. This is the story of swapping out the whole world's keys, before time runs out.

Category Cybersecurity Level Sub-theme Maturity Emerging Read time ~13 min
Many old safes and keys being swapped for keys of a new shape, while the shadow of a giant quantum computer stretches in from behind
ภาพประกอบ (hero.png)
Swapping out the world's keys. Before the shadow of the quantum computer reaches the pile of old keys locking up our data.

01What is it?

Every time you see the little padlock next to a URL, or hit "send" in your banking app, a set of math is working behind the scenes. It's called RSA and ECC — and it's been guarding the digital world since the 1970s.

The principle is beautifully simple: multiplying numbers is easy, but taking a big number and factoring it back into the numbers that were multiplied is staggeringly hard — so hard that every supercomputer on Earth combined would need longer than the age of the universe. That's the "key" that lets anyone encrypt easily, but lets no one secretly decrypt.

Post-Quantum Cryptography (PQC) — "encryption for the post-quantum era" — is the field that exists because this magic key is about to break. The moment a large enough quantum computer arrives, RSA's "hard problem" becomes an "easy problem" overnight. PQC is about building a new set of keys that even a quantum computer can't crack, and moving the whole world over to them.

Key terms
RSA / ECC and "quantum-resistant"

RSA & ECC = the "public-key" encryption algorithms behind all secure communication on the net (HTTPS, digital signatures, VPNs). Their security comes from a math problem ordinary computers can't solve · Quantum-resistant (or post-quantum) = a new generation of algorithms built on a different kind of math problem (lattices, for example) that both ordinary computers and quantum computers can't crack.

On the megatrend map, PQC is a sub-theme of Cybersecurity & Digital Trust, and the deepest layer of the "trust infrastructure" — because it bundles together everything that lets us believe "the person I'm talking to is who they claim, and no one is secretly reading." Certificates, PKI, key management, key-storage hardware (HSM) — and the hottest of all right now: moving the world's entire encryption system into the post-quantum era.

02Why the clock is ticking on every system

What sets PQC apart from other security stories is that it has a "deadline" that many parties have drawn at the same spot. The weapon that will shatter the old keys is called Shor's algorithm — a formula known since 1994 to mean that if you have a large enough quantum computer, it can factor big numbers in a flash, which means cracking RSA/ECC.

So the question isn't "will it happen" but "when." Most experts put "Q-Day" — the day a quantum machine actually breaks the code — around 2030–2035. The machine you'd need is still in the millions of qubits, and today's best machines top out in the thousands, and "noisy" ones at that (lots of errors). But in 2025, Google researchers cut the resource estimate down to "under 100,000 real qubits" — which rattled the field, because it means the deadline may be closer than we thought.

The gap to close: qubits we "have" vs qubits we "need" to break RSA-2048
Number of real (physical) qubits — estimates; the scale difference is enormous
Source: Google Quantum AI (2025), Gidney/Ekerå — the old estimate of ~20M qubits, cut to <100,000 with new techniques

The reason the clock starts now, not in 2030, comes from an idea called "Mosca's inequality" (X + Y > Z) — if the time you need to migrate (X) plus the number of years your data must stay secret (Y) is greater than the years until a quantum machine arrives (Z), you're already too late. Medical records, state secrets, or contracts that must stay secret 20–30 years all qualify today.

And this is a major economic story, not just a technical one. The White House estimates that migrating U.S. federal agencies alone will cost roughly $7.1 billion through 2035 — and that doesn't even count the banks, telecoms, hospitals, and equipment makers worldwide that have to switch along with it.

$7.1B What the White House estimates the U.S. federal government needs just to move its encryption systems to the post-quantum era through 2035 — a sign this is a nationwide transition project, not a software update.

03How it works: "harvest now, decrypt later"

At the heart of all the urgency is a mechanism called "Harvest Now, Decrypt Later" (HNDL). It's the reason a threat from a machine that "hasn't arrived yet" is a threat today.

Picture it this way: you send a letter locked up tight. An enemy intercepts it but can't open it — so what does he do? He doesn't throw it away. He stockpiles it in a warehouse, millions of letters, waiting for the day he gets a tool that can pick this kind of lock — then comes back and reads the whole pile at once. Data you thought was "safe because it's encrypted" is really only "safe for now."

How "Harvest Now, Decrypt Later" works Data encrypted today is intercepted and stockpiled in a warehouse, waiting for a future quantum computer to come decrypt it. The fix is to move to quantum-resistant encryption now Today (2026) …stored and waiting… Q-Day (~2030–2035) 1 Encrypted data (RSA/ECC) Transactions · messages · secrets Intercepted and stolen 2 Warehouse of stolen data Waiting… for years 3 Quantum computer Unlocks the whole pile at once The fix: move to quantum-resistant keys (PQC) now
Harvest now, decrypt later. Data encrypted and stolen today gets cracked all at once the day quantum machines are ready — so you have to swap the keys before the threat arrives.

The fix has two layers. The first is new algorithms — and this is the milestone that changed everything. In August 2024, NIST (the U.S. standards body) officially announced the world's first PQC standards, after an 8-year selection process: FIPS 203 (ML-KEM, formerly Kyber) for key exchange, FIPS 204 (ML-DSA, formerly Dilithium) for digital signatures, and FIPS 205 (SLH-DSA) as a backup. What's striking: 2 of the 3 were developed by a research team at IBM.

Key terms
Crypto-agility

The second layer of the fix. The lesson this time is that swapping the encryption algorithm in an existing system is hard and very slow (the last switch, from SHA-1 to SHA-256, took over 5 years). So organizations now have to design systems that can "swap algorithms easily" from the start, so next time they don't have to rip out the whole system again — that's crypto-agility, and it's becoming a product and service in its own right.

04How it connects in the ecosystem

PQC sits at the deepest layer of Cybersecurity — it's not a product you see, but the "trust foundation" the other segments sit on. And it's deeply entangled with other trends:

  • Born directly out of Quantum Computing: the irony is that PQC's whole threat and market are driven by a machine that isn't built yet. The further quantum advances (see that lesson too), the more urgent PQC gets — one of the few cases where one technology's progress instantly "sells products" for another
  • Underpins Identity & Access: the certificates and digital signatures that prove "you are you" all use RSA/ECC — if quantum can forge a signature, the whole identity system collapses. So PQC has to swap this layer's keys first
  • Protects Data Security & Resilience: this is HNDL's direct target — data that must stay secret for a long time is exactly what gets harvested for later decryption
  • The root of trustworthy AI: once AI agents start transacting and communicating on our behalf, their identity and channels have to be locked down quantum-style too — security-chip makers are already embedding PQC into AI-agent hardware

The most interesting angle: while the other parts of the quantum field "bet on the future" (they only make money once the machine works), PQC harvests from the present — it sells security that organizations have to buy today, because the law mandates it and because HNDL means they can't wait. Put another way, PQC is the "shovel seller" in the quantum gold rush.

05Where it stands now + the players

After the NIST standards landed in August 2024, the world entered the "actually migrate" phase, and governments became the ones holding the stopwatch. The White House directive NSM-10 requires U.S. federal agencies to finish moving to PQC by 2035 (and to start retiring weak old algorithms from 2031). National-security systems under CNSA 2.0 are stricter — all new procurement from 2027 must be quantum-resistant. Europe and other countries are issuing similar timelines. It's these government deadlines that turned PQC from an "academic topic" into "real orders."

A thief sweeping sealed envelopes into sacks to store in a warehouse, with a clock showing they can't be opened yet — waiting for a future day
ภาพประกอบ (harvest.png)
A warehouse waiting to be opened. The data is already stockpiled today — the government deadlines are a signal that the world believes opening day is drawing near.

The market reflects this urgency clearly. The global PQC market is still small — about $0.4–0.9 billion in 2025 — but it's expected to grow explosively. The research firms give different numbers (the market's just starting), but they agree on "very fast": MarketsandMarkets puts it at ~$2.84 billion in 2030 at ~46% CAGR, while Juniper Research sees it topping $13 billion in 2035 — and once you fold in the "migration market" (services to inventory and replace encryption systems), the numbers get even bigger.

Post-Quantum Cryptography (PQC) market
Market size (billions of dollars) — estimates; the market is just starting, so these are medians across firms
Source: MarketsandMarkets (2030: $2.84B, CAGR ~46%), Juniper Research (2035: >$13B)

The defining feature of this field — most of the winners are the existing giants in security and chips, not startups — because PQC isn't a standalone new product, but a "feature" that has to be embedded into existing key-storage hardware (HSM), security chips, and certificate-issuing systems (PKI). Whoever controls the installed base can sell the "quantum-resistant upgrade" right away — that's the advantage.

Key players in this field
Note
We place each company by its role in the PQC value chain (algorithm · key-storage hardware · chip · certificates) rather than raw market cap — and several key players in the certificate/PKI layer are still private companies, off the stock market · Not investment advice
IBMIBM · US
US · standard's inventor
Its Zurich research team developed 2 of the 3 NIST standards (ML-KEM & ML-DSA) — it sits on both sides: "making the threat" (building quantum computers) and "solving the threat" (selling Quantum Safe services to migrate enterprise customers).
core · standard-setter
ThalesHO · FR
France · key hardware
The HSM market leader (the enterprise-grade safe that stores keys) — its 2025 Luna HSM firmware already embeds ML-KEM/ML-DSA, so customers can upgrade to quantum-resistant right away, covering TLS, IoT, and code signing.
core · HSM/crypto
Netherlands · secure chips
The leader in security chips (secure elements) for cards, passports, and cars — it's embedding PQC into silicon, because embedded devices have a 10–20-year life and must be quantum-resistant from the day they're made.
secondary · chip security
Swiss/US · small pure-play
A small company betting everything on PQC — its QS7001 secure-element chip embeds quantum-resistant algorithms for IoT, crypto wallets, and AI robots, and it has prototyped a USB token with NIST · still an early-stage player, with small and highly volatile revenue.
core · pure-play (early-stage)
RambusRMBS · US
US · security IP
Sells security "IP" (circuit blueprints) to chipmakers worldwide, including root-of-trust and crypto modules that are adding PQC capability — a "collect a toll" model across an enormous number of chips.
secondary · security IP
DigiCert/ Entrustprivate · US
US · certificates/PKI
The two big players in the digital-certificate (PKI) layer, issuing "ID cards" to websites and devices worldwide — the front line that has to issue quantum-resistant certificates. Both are private companies, so they're not on the stock market.
core · PKI (private)

On top of this, China is building its own parallel chain — smart-card and crypto-module companies like Feitian, Westone, Eastcompeace (listed in Shenzhen) are developing China's own commercial-cryptography standards alongside international PQC. It reflects how encryption is becoming a matter of national sovereignty, not just a technical one.

06The road ahead

The first direction is a migration wave that lasts many years. The first thing every organization has to do is "inventory the keys" — make a ledger of which systems use which encryption (it's called a CBOM, a Cryptographic Bill of Materials). Sounds boring, but it's becoming a whole new industry, because most big organizations don't even know where their old keys are hidden. The real migration drags on for a decade.

A long line of systems and devices crossing a bridge from the shore of old keys to the shore of safer new keys
ภาพประกอบ (migration.png)
The great crossing. The entire digital world has to move from old keys to new ones — slow, huge, and a decade long.

The second direction is "double-locking" (hybrid). During the transition, most systems will use the old key and the new key at once — insurance in case the new algorithm turns out to have a flaw no one has spotted yet. It's a hedge while we're not yet 100% sure of the new stuff.

The third direction is baking PQC into hardware upstream from the start. Long-lived devices — cars, satellites, medical equipment, IoT devices — have to be quantum-resistant from the day they're built, because updating them later is hard or impossible. That's why chipmakers like NXP and SEALSQ are racing to embed PQC into silicon, and where PQC meets Semiconductors.

07Challenges & risks

PQC is a trend that's "almost certain to happen" but full of uncertainty about timing — and investors have to keep those two things apart.

The first risk is deadline uncertainty. No one knows for sure whether Q-Day comes in 2030, 2035, or later. If practical quantum computers slip far out, the urgency (and the budget organizations are willing to pay) could slow with it — a market driven by "fear" is sensitive to news about how real that fear is.

The second risk is the cost and slowness of migration. History gives a clear warning — the last algorithm migration (SHA-1 → SHA-256) took over 5 years even though it was far easier. This one is many times bigger. NIST itself warned in mid-2025 that "the migration is running slower than planned." Budgets could overrun, and many organizations may miss the deadline. That slowness is both a risk (a real threat) and an opportunity (longer-lived service demand).

The third risk is an "early-stage bubble". Small pure-play PQC stocks tend to spike on quantum news even though their actual revenue is still small and volatile. The long-term value tends to land with the existing giants that embed PQC as a feature into a large installed customer base (key hardware, chips, certificates) — not the newcomers selling only a "story."

The fourth risk is uncertainty about the algorithms themselves. The new standards are still "young" — in the past, a PQC algorithm that made NIST's final round was even pulled after someone found a way to break it with an ordinary computer. That's why the world is choosing "double-locking," and why crypto-agility (the ability to swap algorithms fast) matters more than picking the "right" algorithm.

The bottom line for investors PQC is a trend that's "almost certain to happen, but uncertain on timing" — three keys: (1) it's driven by government deadlines (NSM-10, 2035) plus the HNDL threat that makes waiting impossible, so demand is a "have to buy," not a "want to buy" · (2) the real value tends to land with the existing giants who control key hardware/chips/certificates, more than small pure-plays selling a story · (3) watch the timing — a fear-driven market can swing hard on news about quantum progress.

In short, Post-Quantum Cryptography is the story of racing a clock whose face we can't see — to swap out the keys locking up the world's secrets before the new unlocking tools arrive. What makes it special is that it's one of the few parts of the quantum field that can make money from a future that hasn't arrived, starting today — because just the "possibility" that secrets could be unlocked is enough to force the whole world to act.

Explore this theme — live data, stocks & news →