Open Problems in Cryptographic Security
Open problems in cryptographic security are not limited to inventing stronger algorithms. The evidence points to a broader transition problem: organizations must identify where vulnerable cryptography is used, protect long-lived data, integrate post-quantum algorithms without weakening protocols, validate implementations, manage performance and interoperability, and govern changing technology risks. A cryptographically relevant quantum computer remains uncertain in timing and capability, but the risk is sufficiently consequential to justify preparation. At the same time, AI security is an active research area whose attack surface and mitigations are changing rapidly. Enterprises should therefore treat cryptographic security as an ongoing, governed risk-management program rather than a one-time algorithm replacement.1234
- The central scenario is uncertain in timing but material in consequence: a sufficiently capable quantum computer could threaten widely used asymmetric cryptography.
- The immediate enterprise problem is migration complexity, including discovery, prioritization, interoperability, implementation correctness, performance, and long-lived data protection.
- Post-quantum standards exist, but standardization and evaluation continue for additional algorithms and use cases; this creates a need for evidence-based adoption and contingency planning.
- Hybrid schemes can provide security if at least one component remains secure, but they add computational, protocol, testing, and implementation complexity.
- AI introduces fast-changing security questions that overlap with conventional software risks while adding model-specific attack surfaces and abuses.
- The most durable enterprise actions are governance, cryptographic inventory, data-lifetime analysis, target-state planning, testing, monitoring, and explicit decision triggers.
Scope: an evidence-led scenario, not a prediction
This article treats the future of cryptographic security as a scenario analysis. It does not predict when a cryptographically relevant quantum computer (CRQC) will exist, whether every proposed capability will be achieved, or which future algorithmic profile will dominate. The cited evidence explicitly says that predictions vary on when, or if, such a device will exist, while also stating that organizations need to anticipate and prepare for the possibility. That combination matters: uncertainty about timing is not the same as evidence that preparation can be deferred.12
The analysis separates three layers. First are established technical and institutional facts in the cited documents, such as the mathematical basis of many current asymmetric algorithms, the publication of principal post-quantum standards in 2024, and the documented costs of hybrid deployment. Second are reasonable enterprise inferences, such as the need to prioritize systems according to data lifetime and replacement difficulty. Third are open questions, including the eventual capability of quantum computers, the performance and security of future algorithms, and how rapidly AI attack methods and mitigations will change. Keeping these layers separate prevents a risk program from turning uncertainty into either complacency or unsupported certainty.213
12The current technical baseline
Many asymmetric algorithms used for key establishment and digital signatures rely on integer factorization or discrete logarithms over finite fields or elliptic curves. The IETF evidence states that Shor’s algorithm could attack these mathematical problems on a sufficiently large general-purpose quantum computer. NIST’s explanatory material describes the same baseline in more accessible terms: conventional systems can make multiplication easy while making reversal computationally difficult, whereas a sufficiently capable quantum computer could change that balance dramatically.12
The immediate confidentiality concern is not confined to future traffic. Data encrypted today with an algorithm vulnerable to a future CRQC can be collected and stored for later decryption. The cited RFC also identifies a long-term authenticity concern: signing algorithms in products expected to remain in use for many years, and that cannot be updated or replaced, may be at risk if a CRQC appears during the product’s operational lifetime. Consequently, an enterprise assessment should examine both confidentiality lifetimes and the expected lifetime of signed products, certificates, firmware, records, and other trust artifacts.1
The technical baseline is changing rather than empty. NIST released three principal post-quantum standards as FIPS in August 2024: ML-KEM for key establishment, ML-DSA for digital signatures, and SLH-DSA for digital signatures. NIST says these are expected to provide the foundation for most deployments and can and should be put into use now. However, NIST is continuing to evaluate additional algorithms; Falcon and HQC were selected for ongoing standardization, and a longer-term effort solicited additional digital signature schemes for backup or special use cases. This means “standards exist” and “the standardization landscape is finished” are different statements.5
| Area | Established evidence | Enterprise implication |
|---|---|---|
| Quantum threat | A sufficiently large general-purpose quantum computer could threaten factorization- and discrete-log-based asymmetric algorithms; timing remains uncertain. | Prioritize long-lived confidentiality, signing infrastructure, and products that cannot be updated or replaced. |
| Post-quantum standards | NIST released ML-KEM, ML-DSA, and SLH-DSA as principal FIPS standards in August 2024. | Use the standards as a current migration baseline while tracking additional standardization. |
| Hybrid deployment | Hybrid security can remain secure if at least one component is secure, but hybrid schemes combine traditional and post-quantum algorithms. | Evaluate threat model, protocol integration, interoperability, testing, and rollback before deployment. |
| Implementation | Post-quantum and hybrid implementations can require additional state management, combination logic, verification, and testing. | Treat implementation assurance and validation as first-class migration work. |
| Performance | Hybrid resource use varies by algorithm, platform, and implementation; latency may be dominated by handshake bandwidth and network conditions. | Benchmark representative devices, links, retries, and service-level behavior rather than relying on nominal algorithm performance. |
| AI security | AI security and resilience are active research areas with overlapping conventional risks and additional attack surfaces. | Include AI-system dependencies and changing attack-surface assumptions in ongoing security governance. |
The principal open problems
The first open problem is migration discovery. Enterprises often need to find cryptographic dependencies across applications, devices, protocols, certificates, libraries, key-management systems, suppliers, and embedded products before they can select a replacement. The cited CSF evidence supports a structured approach: understand mission, stakeholders, dependencies, legal and contractual requirements, critical services, and risk priorities; then create current and target profiles, analyze gaps, and build an action plan. Applied to cryptography, this implies that a useful inventory must connect algorithms to business services, data lifetime, system ownership, replacement constraints, and external dependencies rather than merely listing software packages.3
The second open problem is protocol and interoperability design. ETSI describes cases in which hybrid TLS key exchange can protect long-lived sensitive data, while authentication may be handled through traditional or post-quantum certificate chains depending on the security requirement and design. For S/MIME, algorithm negotiation may not be available, so interoperability can require both traditional and hybrid encryption certificates for a recipient. These examples show why a migration cannot be reduced to changing one algorithm identifier: negotiation, certificate issuance, downgrade protection, recipient capabilities, and protocol security assumptions all matter.4
The third open problem is implementation correctness. Post-quantum algorithms may be more complicated to implement than traditional algorithms. The cited ETSI report gives examples including floating-point arithmetic in Falcon and careful state management for stateful hash-based signatures such as XMSS and LMS. Hybrid implementations must support both algorithm families and correctly combine secrets or perform additional verification logic. Errors in either component or in the combining logic can create vulnerabilities that weaken the intended scheme. More than two components can further increase testing and validation complexity through additional combinations and code paths.4
The fourth open problem is operational performance. ETSI reports that hybrid computational overhead varies with the algorithm, platform, and implementation. Its example says a hybrid exchange combining ECDH P-256 and ML-KEM-512 can require three times the computational resources of ML-KEM-512 alone under the cited comparison. Network latency may instead be dominated by handshake bandwidth, especially on links with long round-trip times or packet loss. Therefore, performance cannot be inferred from algorithm names alone; it must be measured in the actual deployment, including constrained devices, high-latency networks, and failure or retry behavior.4
The fifth open problem is assurance under changing evidence. The NIST process was open and involved international cryptographers, multiple evaluation rounds, and attention to devices with limited processor power. Yet the project continues to assess additional candidates. That is a healthy research posture, but it creates an enterprise requirement for controlled change: organizations need to know which decisions are reversible, which products can accept new algorithms, how supplier updates are validated, and what evidence would justify changing a selected profile. The open question is not only which algorithms resist quantum attacks; it is how to maintain trustworthy security while knowledge, standards, and implementations evolve.25
The sixth open problem is the interaction between cryptography, software assurance, and AI. NIST describes AI security and resilience as active research areas in which challenges and potential solutions are changing rapidly. Existing frameworks and guidance do not comprehensively address evasion, model extraction, membership inference, availability, all machine-learning attacks, or the full complexity of AI attack surfaces and abuses. Many risks overlap with ordinary software and data risks involving confidentiality, integrity, and availability, but AI systems also require specific governance, mapping, measurement, and management. This does not establish that AI will break cryptography; it establishes that cryptographic programs increasingly operate within systems whose security assumptions and attack surfaces are changing.6
Dependencies and alternative outcomes
A useful scenario analysis identifies dependencies instead of assigning a single forecast. The quantum scenario depends on whether researchers overcome the major technical hurdles described by NIST, whether a sufficiently powerful device is built, and whether its capability is relevant to the algorithms and implementations an organization uses. The migration scenario depends on supplier support, standards adoption, certificate and protocol interoperability, available implementation expertise, hardware constraints, and the ability to test without disrupting critical services. The AI-security scenario depends on how quickly attack techniques, defensive methods, and governance practices develop.254
Several outcomes remain credible within the evidence. One outcome is an orderly migration in which standardized post-quantum algorithms become widely deployed, with hybrid operation used where organizations need an additional transition mechanism. A second is a prolonged mixed environment: traditional systems remain in service because of embedded devices, long-lived products, or interoperability constraints, while new systems adopt post-quantum algorithms. A third is uneven assurance, where algorithms are selected correctly but protocol integration, state handling, certificate operations, or implementation testing creates weaknesses. A fourth is that AI-related security risks absorb governance attention and compete with migration resources. These are scenario possibilities, not predictions; their value lies in exposing decisions that remain robust across outcomes.146
Decision signals should therefore be concrete and observable. Examples include a supplier announcing that a product cannot be updated or replaced during its expected lifetime; discovery of sensitive data whose confidentiality period exceeds the migration timeline; a protocol or certificate profile gaining the interoperability needed by a critical service; measured performance degradation in a constrained environment; a material change in standards status; or new AI-system deployments that alter the organization’s attack surface. The CSF’s emphasis on governance, risk strategy, dependencies, monitoring, assessment, improvement, and supply-chain risk provides a suitable management frame for recording these signals and assigning owners.3
What enterprises can do now
The first action is to establish governance before selecting a technical pattern. Define ownership for cryptographic risk, agree risk tolerance and priorities, document legal, regulatory, contractual, and stakeholder requirements, and identify services on which external stakeholders depend. Use a current profile and a target profile to document assumptions, identify gaps, and assign an action plan. This approach is consistent with the CSF evidence and avoids treating migration as an isolated engineering project.3
- Create a cryptographic dependency inventory covering algorithms, protocols, certificates, keys, libraries, hardware modules, applications, devices, suppliers, and embedded products. Record service owner, data type, confidentiality lifetime, signing or trust lifetime, update path, replacement difficulty, and external dependencies.
- Prioritize systems handling long-lived sensitive information and products that cannot be updated or replaced. Include stored ciphertext, archival records, firmware, software-signing infrastructure, and certificate ecosystems where the operational lifetime makes future compromise consequential.
- Define a target profile that identifies where the NIST principal standards are appropriate, where hybrid schemes may be needed, and where a documented exception is required. Treat the profile as changeable because NIST’s additional standardization work continues.
- Test protocol behavior and interoperability, not just primitive correctness. Examine negotiation, certificates, downgrade resistance, key combination, verification, state management, failure handling, and interactions with suppliers and recipients.
- Measure resource use and latency on representative platforms and networks. Include constrained devices, high round-trip time, packet loss, large handshakes, retries, and operational capacity limits.
- Build assurance into the software lifecycle: independent review, negative testing, validation of cryptographic libraries and modules, secure update paths, key and certificate lifecycle controls, and explicit review of any stateful signing requirement.
- Monitor standards, supplier road maps, vulnerabilities, implementation evidence, and AI-system changes. Set decision triggers and revisit the current and target profiles as evidence changes.
How to measure progress without pretending uncertainty is solved
Progress should be measured by risk reduction and decision quality, not by a single percentage of algorithms replaced. Useful indicators include the proportion of critical services with an owner and complete cryptographic dependency record; the number of long-lived data stores assessed; the number of non-updatable products with a documented treatment; tested protocol and certificate paths; measured performance against service objectives; validated update and rollback procedures; and unresolved supplier dependencies. These indicators are management recommendations derived from the documented risks and CSF profile method, not additional standards requirements.3
Review should also distinguish evidence from assumptions. Record the source and status of each algorithm decision, the document version used, the threat model, expected data and product lifetimes, test conditions, and known limitations. Reassess when standards status changes, when a supplier changes support, when a new critical service is introduced, or when measured behavior contradicts planning assumptions. For AI-enabled systems, include security and resilience review because NIST characterizes the area as active research with rapidly changing challenges and potential solutions.2563
- 01Set baseline
- 02Identify drivers
- 03Build scenarios
- 04Watch signals
- 05Adapt strategy
Conclusion
Open problems in cryptographic security are best understood as a sustained systems, governance, and assurance challenge. The possibility of a CRQC creates a credible reason to protect long-lived confidentiality and authenticity now, even though its timing and ultimate capability remain uncertain. Post-quantum standards provide a practical baseline, while ongoing standardization, hybrid complexity, implementation risk, interoperability, performance, supply-chain dependence, and AI-related security change prevent a one-time solution. Enterprises can act responsibly by inventorying dependencies, prioritizing lifetime-sensitive systems, defining adaptable target profiles, testing real deployments, and monitoring explicit decision signals.12543
Frequently asked questions
Does the evidence establish when a cryptographically relevant quantum computer will exist?
No. The cited IETF evidence says current predictions vary on when, or if, such a device will exist. NIST says quantum computing remains in its infancy and that major technical hurdles remain, while describing advanced quantum computers as a strong possibility with potentially major consequences for present-day encryption. The appropriate conclusion is uncertainty about timing combined with a need to prepare for a consequential scenario.12
Should an enterprise use hybrid cryptography everywhere?
The evidence does not support a universal answer. Hybrid schemes combine traditional and post-quantum components and can retain security if at least one component is secure, but they introduce additional computational cost, code paths, protocol logic, testing, and validation requirements. The choice should be based on the service threat model, data lifetime, interoperability, platform constraints, and measured implementation behavior.41
Are post-quantum standards ready for any enterprise use?
NIST states that its principal 2024 standards—ML-KEM, ML-DSA, and SLH-DSA—are expected to provide the foundation for most deployments and can and should be put into use now. That does not remove the need for system-specific testing, implementation assurance, interoperability work, or monitoring, because NIST is also evaluating additional algorithms and use cases.52
Why does data retention matter to cryptographic migration?
Data encrypted today with a quantum-vulnerable algorithm may be stored for later decryption by a future attacker with a CRQC. The same evidence identifies long-lived signing products as a risk if they cannot be updated or replaced during their operational lifetime. Enterprises should therefore prioritize both confidentiality lifetime and the lifetime of signing and trust infrastructure.1
How does AI belong in a cryptographic security strategy?
AI is a related security-governance concern rather than proof of a cryptographic break. NIST identifies overlapping confidentiality, integrity, availability, software, and data risks, while noting that AI systems add attack surfaces and abuses that existing guidance does not comprehensively address. Cryptographic programs should account for AI-system dependencies and changing security requirements while keeping AI-specific claims evidence-based.6
Sources
- 1Terminology for Post-Quantum Traditional Hybrid Schemes
Internet Engineering Task Force · informational · RFC 9794
Accessed July 25, 2026 - 2What Is Post-Quantum Cryptography?
National Institute of Standards and Technology · current · NIST PQC overview
Accessed July 25, 2026 - 3The NIST Cybersecurity Framework (CSF) 2.0
National Institute of Standards and Technology · final · NIST CSWP 29
Accessed July 25, 2026 - 4Quantum-Safe Cryptography: Deployment Considerations for Hybrid Schemes
European Telecommunications Standards Institute · final · ETSI TR 103 966 V1.1.1
Accessed July 25, 2026 - 5Post-Quantum Cryptography Standardization Project
National Institute of Standards and Technology · current · NIST PQC project
Accessed July 25, 2026 - 6AI Research: Security and Resilience
National Institute of Standards and Technology · current
Accessed July 25, 2026