ON2IT - Zero Trust Innovators

Select your region

Talk to us →
← Back to blog Post-Quantum Cryptography

A Practical Guide to Cryptographic Agility Before Q-Day

February 25, 2026 · 9 minutes read · By Jeroen Scheerder & Derk Bell

Key takeaways
  • Cryptographic agility means being able to replace algorithms without operational disruption, not a one-time post-quantum upgrade.
  • Start with a cryptographic Bill of Materials: algorithms in use, key storage, trust anchors, dependencies, upgrade paths.
  • Harvest Now, Decrypt Later is already happening; prioritize long-lived secrets first.
  • In 2025, 52% of TLS 1.3 traffic already used post-quantum encryption (Cloudflare), this is not a future concern.

Summary

The post-quantum transition is already underway. Organizations that embrace cryptographic agility, the ability to replace and upgrade cryptographic algorithms without operational disruption, are already showing what preparedness looks like.

But do not get complacent. Agility is not a one-time upgrade. It is an active stance.


Before the Blizzard

Picture the Netherlands buried under its first real blizzard in years. Trains have stopped. Schools are closed. Highways are blocked with abandoned cars.

And yet, some people are doing just fine. They salted their driveways yesterday, stocked up on groceries. They know where the candles are if the power goes out.

They did not stop the snow. They just made its arrival a non-event.

Cryptographic preparedness looks the same. Do not panic about Q-Day. Take a clear-eyed inventory of your algorithms, dependencies, and contingencies.

That's cryptographic agility: designing systems that can adapt before the blizzard hits.


The Inventory

Before you can protect anything, know what you have.

Most organizations cannot answer basic questions about their cryptographic estate:

  • What algorithms are we using?
  • Where are our keys stored?
  • Which certificate authorities do we trust?
  • What happens if one of them is compromised overnight?

You need a cryptographic Bill of Materials (BOM). This is your inventory. It includes:

  • Algorithms in use: RSA, ECDSA, AES, SHA-256. Where are they, and what depends on them?
  • Key storage: Hardware security modules, software keystores, cloud KMS. Where do secrets live?
  • Trust anchors: Which root CAs do you trust? Which intermediate certificates chain to them?
  • Dependencies: What third-party libraries, SDKs, or services bring their own cryptographic assumptions?
  • Upgrade paths: What can be migrated? If a system runs RSA, can it move to ECC or PQC? At what cost?

This is where cryptographic agility becomes measurable. If migration requires hardware replacement or firmware redesigns, you do not have agility. You have fragility.

Mo'Data, Mo'Problems

Protecting sensitive data starts with stepping back. Do not collect, do not store, do not keep data that you do not need.

Data is a long-term burden. The more you keep, the more you must protect, both now and in the future. Data minimalism strengthens cryptographic agility: fewer long-lived secrets mean fewer future migrations under pressure.

Protect What Lasts

Not all data is equal. Some secrets need to stay secret for decades: medical records, legal documents, state intelligence. Others are ephemeral: session tokens, temporary keys, transient credentials.

The Harvest Now, Decrypt Later threat makes this concrete. Adversaries are already collecting encrypted traffic, betting that upcoming quantum computers will crack it open.

If your data has a long confidentiality requirement, the clock is already ticking. Systems protecting long-lived secrets must be built with cryptographic agility in mind.

Identify your most critical protect surfaces first. What can you not afford to lose? What would hurt most if exposed in ten years?

Go deeper

Want more on Zero Trust, MDR, and managed cybersecurity?

Whitepapers, datasheets, infographics, and the Zero Trust Dictionary, all in one library.

Explore our resources →

Replaceability, Not Redundancy

Hybrid cryptography means running classical and post-quantum algorithms in parallel, with the ability to negotiate and select between them.

The goal is replaceability, not redundancy. Design systems so that when an algorithm retires, it can do so gracefully: without a forklift upgrade, without downtime, without panic.

Lifecycle, Not Apocalypse

Everything in cryptography has a lifespan: algorithms weaken, standards evolve, trust anchors rotate. This is not new. We have deprecated MD5, retired SHA-1, and phased out DES.

The post-quantum transition is just the next deprecation sliding into view. Treating any algorithm as permanent is a form of vendor lock-in.

Cryptographic agility is lifecycle thinking applied to encryption. It assumes every algorithm has an expiration date. Lifecycle thinking should replace doomsday thinking.

Already Underway

The post-quantum transition is not a future concern. It's happening now:

  • In 2025, Cloudflare reported that 52% of TLS 1.3 traffic used post-quantum encryption.
  • OpenSSH has supported post-quantum key exchange for years, and has recently made it the default.
  • Signal upgraded its protocol to include quantum-resistant key agreement.
  • Apple rolled out PQ3 for iMessage, protecting conversations against future decryption.

Most deployments rely on hybrid cryptography, following NIST guidance and betting on Kyber, a lattice-based algorithm now standardized as ML-KEM. They are not waiting for perfect certainty. They are picking the best available option and shipping.

The Real Threat

The greatest threat to cryptographic security is not quantum computers. It's inertia.

Systems get deployed and forgotten. Algorithms get hardcoded into firmware. Standards linger past their expiration date because updating them is expensive or inconvenient.

Then one day, something breaks. The failure everyone predicted becomes the crisis no one prepared for. The organizations that survive are the ones that design for change.

Salt the Driveway

Quantum computers will eventually break the cryptographic assumptions we rely on. The only question is whether you will be ready.

Readiness does not mean panic. What does it mean?

  • Create an inventory: Know what you have, what it depends on, and what breaks if it fails.
  • Prioritize: Protect long-lived secrets first.
  • Build agility: Design systems that can swap algorithms without surgery.

FAQ

Should I panic about Q-Day?

No. Focus on building cryptographic agility: the ability to replace algorithms without disruption. That makes the post-quantum transition manageable.

What is cryptographic agility?

It is the ability to replace and upgrade cryptographic algorithms without operational disruption, using systems where cryptographic components are configurable, not welded in.

What is hybrid cryptography?

Running classical and post-quantum algorithms in parallel, with the ability to negotiate and select between them. It allows gradual transition while maintaining security with both algorithm types.

Should I implement post-quantum cryptography now?

Start with critical systems protecting long-lived secrets. Use hybrid cryptography to maintain backward compatibility while introducing post-quantum algorithms.

What should I prioritize?

Create an inventory of your cryptographic estate. Identify long-lived secrets. Determine what can be migrated. Test alternatives. Then build agility into critical systems first.

Post-Quantum CryptographyCryptographic AgilityData SecurityQuantum ComputingRisk Management
About the author(s)

Jeroen Scheerder is a Security Consultant on ON2IT's CTO Office team. Derk Bell is a Senior Developer on ON2IT's Development team.