PQC for Insurance
PQC for insurance is the planned replacement or adaptation of quantum-vulnerable cryptography across insurers’ applications, infrastructure, identities, communications, devices, and suppliers. It matters because insurance organizations retain sensitive policyholder, health, claims, financial, and commercially confidential information for long periods, while public-key cryptography protects authentication, signatures, key establishment, and secure transactions. A practical program begins with governance and cryptographic discovery, prioritizes high-impact and long-confidentiality systems, engages technology and cloud vendors, upgrades protocols and PKI, tests for performance and fallback, and measures actual adoption. The cited guidance supports preparation now, while recognizing that standards, implementations, and sector-specific configurations continue to evolve.123
- PQC is an enterprise transition, not merely an algorithm swap: applications, protocols, libraries, hardware, firmware, PKI, cloud services, and suppliers may all require change.
- Start with a governed cryptographic inventory that records where quantum-vulnerable algorithms are used and connects each use to data, functions, systems, owners, and criticality.
- Prioritize high-impact systems and information requiring long-term confidentiality, while treating signatures, authentication, integrity, and software or firmware updates as important migration targets.
- Use vendor and cloud-provider roadmaps to plan upgrades, costs, configuration changes, and dependencies; custom-built and older systems may require the greatest effort.
- Crypto agility and disciplined assurance reduce transition risk, but hybrid approaches can add complexity, cost, and security exposure and are generally temporary measures.
- Measure progress through evidence such as PQC-enabled clients, systems still using traditional algorithms, tested protocol behavior, and readiness to retire legacy support.
What PQC for insurance means
Post-quantum cryptography (PQC) is cryptography based on mathematical problems that future large-scale, fault-tolerant quantum computers are not expected to solve efficiently. The cited NCSC guidance identifies migration to PQC as the primary mitigation for the threat that such computers pose to public-key cryptography. For an insurer, “PQC” therefore describes a managed transition of cryptographic mechanisms and their surrounding technology, rather than a single product or one-time configuration change. The transition concerns the places where cryptography creates or validates signatures, establishes keys, authenticates users and machines, protects network sessions, signs software or firmware, and secures data and transactions.12
The scope reaches across network protocols and security technologies, software cryptographic libraries, cryptographic hardware, PKI and other infrastructure components, and IT applications and services. Applications may include web systems, databases, communications tools, cloud services, and enterprise software. They may need changes to encryption, digital signatures, and key exchange, including code refactoring, testing, protocol or library updates, and accommodation of changed key sizes or performance characteristics. Insurance architecture should consequently treat policy administration, claims, underwriting, customer and broker portals, payment interfaces, document systems, data platforms, identity services, developer pipelines, and connected operational environments as discovery populations—not assume that only externally facing TLS requires attention.3
123Why the issue matters to insurers
Insurance organizations commonly depend on cryptography for confidentiality, identity, integrity, signatures, certificates, and secure transactions. The cited guidance does not prescribe an insurance-specific risk formula, but it does identify general priorities that map directly to insurance decision-making: high-impact systems, systems with long-term confidentiality or secrecy needs, digital signatures, and technologies whose compromise could affect important functions. A useful insurance risk assessment should therefore distinguish the value and required lifetime of information from the immediate technical exposure of the system that stores or transmits it.2
Long-lived information deserves particular attention because NIST’s initial public draft says it expects to prioritize migration to quantum-resistant key-establishment schemes to protect against “harvest now, decrypt later” attacks, especially in interactive protocols such as TLS and IKE. For an insurer, this makes historical and current records, sensitive customer or health information, strategic business information, and data exchanged with long-lived counterparties relevant candidates for early analysis. The evidence does not establish a date when a cryptographically relevant quantum computer will exist, nor does it provide an insurance-specific retention threshold; teams should preserve that uncertainty rather than invent a deadline.3
Confidentiality is not the only concern. Digital signatures and certificates support trust, authentication, software and firmware updates, and verification of data or documents. A transition that protects stored data but leaves vulnerable signing, identity, or update paths can leave material integrity and impersonation risks. In environments with connected devices, the cited NCSC guidance notes that integrity may be critical even where confidentiality is less demanding, because faulty readings or commands can cause failures. The same reasoning supports explicitly assessing integrity and authentication dependencies in insurance technology, including integrations and automated decision or payment workflows.21
A practical insurance migration workflow
A defensible program starts with accountability. The CISA, NSA, and NIST fact sheet recommends establishing a quantum-readiness roadmap and a project management team to plan and scope migration. The team should include the technology, security, architecture, procurement, risk, legal, and business owners needed to connect cryptographic dependencies with information value and operational impact. Its roadmap should state sequencing, decision criteria, dependencies, supplier actions, expected costs where known, and the evidence required to declare a migration complete.2
- Establish governance and scope. Name an accountable program owner, define the systems and suppliers in scope, and agree how cryptographic risk will be recorded and escalated.
- Perform cryptographic discovery. Identify algorithms and cryptographic functions in network protocols, applications, libraries, servers, endpoints, infrastructure, PKI, hardware, firmware, cloud services, and supplier products. Record ownership, data or function, protocol, certificate or key dependency, lifecycle, and criticality.
- Assess and prioritize. Give early attention to high-impact systems, long-term confidentiality or secrecy needs, identity and signing functions, and systems whose replacement or upgrade lead time is long. Evaluate custom-built technology separately from commercial products because the effort and available remediation paths may differ.
- Engage vendors and providers. Obtain each relevant COTS vendor’s PQC roadmap, planned updates or upgrades, timing, configuration requirements, implementation limitations, and expected cost. Ask cloud providers how their roadmap will enable PQC through configuration or application updates.
- Design the target transition. Plan protocol, library, application, hardware, firmware, certificate, key-establishment, signing, and operational changes. Where an interim hybrid design is considered, document why it is needed, how it will be tested, and what event will remove it.
- Pilot and assure. Test performance, interoperability, certificate handling, application behavior, operational procedures, and actual algorithm negotiation. Verify that systems do not silently fall back to traditional cryptography when PQC suites are available.
- Deploy in controlled stages and measure. Use maintenance windows and coordinated releases, maintain rollback and incident procedures, and track systems or clients still dependent on traditional algorithms until retirement is justified by evidence.
This workflow should be iterative. The CISA, NSA, and NIST guidance encourages proactive preparation while standards are in development, while the NCSC states that algorithm standards are building blocks on which protocols, products, and services will be constructed and that further guidance will evolve. An insurer should therefore distinguish a readiness activity—such as inventory, supplier engagement, or pilot testing—from a production claim that a particular implementation is approved or quantum-resistant. The cited NIST IR 8547 passage is explicitly an initial public draft dated November 2024, so it should not be represented as a final implementation specification.31
Architecture, PKI, protocols, and applications
Enterprise PKI is a central architectural workstream. The NCSC describes migration as requiring a new PQC root of trust and new PQC certificates for network entities. Possible models include a parallel enterprise PKI operating alongside the traditional PKI, a controlled one-step migration in limited environments, or—more likely—a staged period in which both operate. The selected model must account for certificate issuance, trust stores, device reachability, protocol negotiation, renewal, revocation, monitoring, and entities that require physical interaction. These are architectural and operational dependencies, not merely certificate-parameter changes.1
Interactive protocols deserve explicit examination. NIST’s draft identifies TLS and IKE as examples where quantum-resistant key establishment is expected to receive priority. Testing should verify negotiated behavior rather than infer it from a configuration file: the NCSC specifically advises checking that standardized PQC cipher suites, when available, are actually in use and that systems are not falling back to traditional cryptography. For insurance, test both customer-facing and internal paths, including broker or partner connections, service-to-service calls, administrative access, remote operations, and cloud control or data channels where they are in scope.31
Applications and services may require code changes and broad regression testing. NIST’s draft notes that changes can affect underlying implementations, key sizes, algorithm performance, protocols, libraries, and user interfaces. Teams should test latency, throughput, memory, message and certificate size handling, connection establishment, batch and document workflows, failure recovery, and interoperability with counterparties. The evidence does not prescribe specific PQC algorithms or guarantee that any particular insurance platform supports them; product-level claims should therefore be confirmed through vendor documentation and controlled testing.3
Hybrid designs, crypto agility, and third parties
Hybrid key-establishment or dual-signature approaches may help maintain interoperability during transition, and NIST states that it will accommodate such techniques in relevant validation contexts when suitably combined with an approved scheme. However, the same evidence emphasizes tradeoffs: hybrid solutions increase implementation and architectural complexity, which can increase security risks and costs. They are generally expected to be temporary measures leading to tools using only PQC algorithms, although the appropriate choice depends on the technique, application, vendor community, and environment. An insurer should treat hybrid mode as a governed exception or transition pattern—not as proof that migration is complete.3
Crypto agility is the capability to replace and adapt cryptographic algorithms in protocols, applications, software, hardware, firmware, and infrastructure while preserving security and ongoing operations. The cited NIST CSWP 39 Update 1 describes crypto agility as a subject involving approaches, challenges, tradeoffs, and operational mechanisms. In practice, an insurer can use this concept to test whether cryptographic choices are centrally configurable, dependencies are discoverable, releases can be coordinated, certificates and keys can be replaced, and monitoring can identify obsolete or unexpectedly negotiated mechanisms. Agility is an enabling property; it does not itself establish that a system uses PQC.4
Third-party dependency management is essential. CISA, NSA, and NIST recommend asking vendors how they address quantum readiness and supporting migration to PQC. For COTS products, the roadmap should capture when and how updates or upgrades will arrive and their expected cost; for cloud-hosted products, organizations should engage cloud service providers about their quantum-readiness roadmap and later focus on configuration changes or application updates once standards are available. Procurement and contract reviews should preserve evidence of these commitments, while architecture teams should identify suppliers that cannot update, cannot disclose cryptographic dependencies, or require coordinated counterparty changes.2
Risks, limitations, and useful measures
Migration creates ordinary transformation risks: incompatibility, performance degradation, implementation defects, certificate or trust failures, incomplete inventory, supplier delays, and unsupported legacy systems. Hybrid designs add complexity; older custom-built technology may require the most effort; and some connected devices may be resource-constrained, difficult to service, embedded in larger products, or dependent on proprietary or not-yet-compatible protocols. These constraints support phased planning and risk-based prioritization, but the evidence does not justify assuming that every legacy system can be upgraded remotely or that every PQC implementation has identical performance.21
Assurance must test both intended protection and unintended behavior. The NCSC recommends additional tests to establish that cryptography performs as expected, including checks against fallback to traditional cryptography, and a rigorous assurance process for migration and wider cyber-security uplift. Useful measures include the number and percentage of in-scope systems inventoried; the number mapped to an owner and criticality; the number of high-impact or long-confidentiality systems with an approved remediation path; vendor roadmaps received; systems piloted and production-tested; software clients using PQC; clients still using traditional algorithms; failed or fallback negotiations; and systems ready to retire legacy support. Measures should be reproducible and tied to system evidence rather than broad self-attestation.1
| Workstream | Primary question | Evidence of progress | Main limitation or caution |
|---|---|---|---|
| Governance and roadmap | Who owns scope, sequencing, risk, dependencies, and cost? | Approved roadmap, project team, prioritized backlog, decision records | Preparation can begin before all implementation specifics are complete. |
| Cryptographic discovery | Where are quantum-vulnerable algorithms and functions used? | Inventory covering protocols, applications, libraries, assets, PKI, hardware, firmware, cloud, and suppliers | Discovery must connect technology to data or function criticality. |
| PKI and identity | How will roots, certificates, trust, authentication, and signing transition? | Target PKI model, certificate plan, tested issuance and renewal, staged cutover evidence | Some devices may require physical interaction; parallel operation adds complexity. |
| Vendors and cloud | When and how will products support migration, and at what cost? | Supplier roadmaps, update commitments, configuration and application test results | COTS and cloud capabilities depend on provider and product implementation. |
| Protocols and applications | Do systems negotiate and process the intended mechanisms? | Interoperability, performance, regression, and no-fallback test results | Key sizes, performance, libraries, interfaces, and protocols may require changes. |
| Operational assurance | How far through migration is the organization, and what remains? | PQC adoption counts, traditional-algorithm exceptions, remediation dates, retirement criteria | Metrics indicate progress but do not replace independent security review. |
Practical next steps for enterprise security teams
In the first planning cycle, appoint the cross-functional team, define the inventory schema, identify high-impact and long-confidentiality information, and begin supplier conversations. In the next cycle, map cryptographic uses to applications, protocols, PKI, data flows, owners, and replacement timelines; select representative systems for testing; and document constraints in custom-built, older, embedded, or difficult-to-service technology. Then establish target patterns for PKI, key establishment, signatures, application libraries, and operational monitoring, with explicit criteria for hybrid use and legacy exceptions.21
Finally, make migration part of normal modernization and assurance. Coordinate cryptographic changes with application, infrastructure, and maintenance work where possible; require vendors to demonstrate behavior rather than merely announce support; test for fallback and interoperability; and report measurable adoption and residual dependency to risk governance. Revisit the roadmap as standards, products, and sector guidance evolve. The objective is not a premature declaration of certainty, but an evidence-based reduction of quantum-related exposure while preserving secure operations.31
- 01Identify assets
- 02Model exposure
- 03Set priorities
- 04Migrate in stages
- 05Measure resilience
Conclusion
PQC for insurance is an enterprise resilience and modernization program covering cryptography, applications, infrastructure, PKI, protocols, devices, cloud services, and suppliers. The most useful starting point is a governed cryptographic inventory linked to business impact, data lifetime, identity, signing, and operational dependencies. From there, insurers can prioritize, obtain vendor roadmaps, design staged transitions, test actual behavior, manage hybrid and legacy exceptions, and measure adoption. Because the cited standards and implementation guidance retain explicit evolution and uncertainty, readiness should be maintained as a continuous, evidence-based capability rather than treated as a single completion date.123
Frequently asked questions
Is PQC for insurance only about encrypting policyholder data?
No. The cited evidence covers encryption and key establishment, but also digital signatures, certificates, user and machine authentication, software and firmware updates, network protocols, applications, hardware, firmware, PKI, and cloud or supplier technology. Integrity and authentication can be as important as confidentiality for critical functions.321
Should an insurer immediately replace every traditional cryptographic mechanism?
The evidence supports proactive preparation and risk-based migration, not an unsupported universal cutover claim. Begin discovery and prioritization, focus on high-impact and long-confidentiality systems, and use tested transition designs. Hybrid approaches may assist interoperability but add complexity and are generally expected to be temporary.213
How can an insurer tell whether migration is working?
Use measurable evidence: inventory coverage, prioritized systems with remediation paths, tested systems, vendor roadmap completion, PQC-enabled clients or systems, systems still using traditional algorithms, fallback events, and readiness to retire legacy support. Test actual protocol behavior rather than relying only on configuration or supplier statements.1
What should insurers ask technology vendors?
Ask when and how each product will support PQC, whether support requires an update, upgrade, configuration change, or application change, what interoperability and performance constraints exist, what dependencies remain, and what migration costs are expected. For cloud services, request the provider’s quantum-readiness roadmap and test the resulting configuration or application changes.23
Sources
- 1Timelines for Migration to Post-Quantum Cryptography
UK National Cyber Security Centre · current
Accessed July 25, 2026 - 2Quantum-Readiness: Migration to Post-Quantum Cryptography
CISA, NSA, and NIST · final · Joint Quantum-Readiness Fact Sheet
Accessed July 25, 2026 - 3Transition to Post-Quantum Cryptography Standards
National Institute of Standards and Technology · initial public draft · NIST IR 8547 IPD
Accessed July 25, 2026 - 4Considerations for Achieving Crypto Agility: Strategies and Practices
National Institute of Standards and Technology · final · NIST CSWP 39 Update 1
Accessed July 25, 2026