← All field notes

Post-Quantum Readiness: An Inventory Before a Migration

Post-quantum planning starts with finding where cryptography lives, who controls it, and how long the protected data must remain private. Buying a new algorithm is not the first step.

Engineering

Post-quantum security can feel like a problem that is both urgent and far away. The algorithms and standards are technical, the timelines are uncertain, and most business applications do not call cryptographic primitives directly. They rely on operating systems, cloud platforms, libraries, certificates, network appliances, and vendors.

That dependency is exactly why an inventory matters. A team cannot plan a migration by listing its web servers and declaring encryption handled. It needs to know where keys are created, where long-lived sensitive data travels, and which parts of the chain it can actually change.

Start with data lifetime

Not all encrypted data carries the same future risk. A short-lived session token and records that must remain confidential for decades deserve different attention. Identify information that could be captured now and still cause harm if decrypted years later. That gives the roadmap a business reason instead of a vague deadline.

Include backups, exported files, partner transfers, and archived databases. Data frequently outlives the application that created it.

Build a cryptographic inventory that names owners

Record protocols, certificates, key stores, signing systems, libraries, appliances, managed services, and embedded devices. For each, capture the owner, vendor, supported versions, renewal cycle, and replacement constraints. Software bills of materials can help, but they rarely tell the whole story about configuration and operational use.

Mark unknowns openly. “Vendor managed” is not a complete answer until the vendor has published a support plan and the organization knows how an upgrade will reach production.

Separate what you control from what you influence

Application teams may be able to update a library quickly while a hardware security module, partner gateway, or field device requires a procurement cycle. Group systems by control and lead time. The longest path often deserves attention before the most visible website.

Ask vendors specific questions: which products will support the selected standards, whether hybrid modes are available, what firmware or contract changes are required, and how compatibility will be tested.

Improve crypto-agility now

Hard-coded algorithm choices, certificate assumptions, and fixed key sizes make any migration painful. Centralize configuration where practical, update old libraries, automate certificate rotation, and make interoperability tests repeatable. These are useful improvements even if the final post-quantum choice changes.

Do not introduce a homegrown abstraction that hides every detail and becomes another dependency. The aim is to make supported changes routine, not to invent a private cryptographic framework.

Pilot without pretending the migration is finished

Choose a bounded internal connection or test environment and exercise updated libraries, certificates, performance, logging, and rollback. Watch for message-size changes, handshake assumptions, unsupported intermediaries, and operational tools that cannot parse the new configuration.

Keep the inventory current as standards and vendor support mature. A good roadmap records decisions, owners, dependencies, and evidence. It does not promise that one upgrade has made the entire organization post-quantum safe.