Skip to content

47-Day Certificates Are Coming. Are You Ready?

Act Now →

The Cryptographic Blind Spot Hiding in Your Own Infrastructure

PQC

Where does cryptography actually live inside your organization? The answer is almost certainly not where your current report suggests.

There is a meeting happening right now in boardrooms and security operations centers across every major industry. Someone pulls up a report, slides it across the table, and says: “Here’s our cryptographic inventory.”

Everyone nods. The CISO points to coverage percentages. The auditor checks a box. The board notes that the company is “working toward post-quantum readiness.” The meeting ends. People move on.

And most of what was in that report was wrong.

Not wrong because the team is incompetent. Not wrong because the tools failed. Wrong because of a much more fundamental problem: the thing being called a cryptographic inventory was never designed to do what people now need it to do. It was built to answer a simpler, narrower question, and it has been quietly failing to answer the harder one for years without anyone noticing.

A true cryptographic inventory is more than a list of TLS certificates. It is a continuously maintained record of every cryptographic asset, algorithm, key, certificate, library, dependency, and trust relationship across the enterprise.

What Most Organizations Actually Have, and Why It Felt Sufficient Until Now

Walk into almost any enterprise security organization and ask how they track cryptographic assets. The answer, stripped of vendor language and jargon, is usually some variation of the same thing: network scanning. TLS certificate enumeration. Maybe a certificate management platform that tracks what was provisioned through it. Possibly a vulnerability scanner that flags deprecated cipher suites on the way out.

That approach was not unreasonable. For most of the past decade, the practical risk around cryptography was fairly well-bounded. Are your external-facing services using outdated TLS versions? Are your certificates expiring? Are you running RC4 or MD5 somewhere obvious? Fix those things, and you were largely in compliance with what was being asked of you.

Scanners are well-suited to that work. They examine what is externally visible, flag what looks wrong, and produce a report. The problem is that the question has changed, dramatically and permanently, and the tools have not.

Regulators, standards bodies, and threat intelligence agencies are no longer asking whether your TLS configuration is clean. They are asking whether you have a complete, accurate, continuously maintained understanding of every cryptographic dependency across your entire environment, including applications, databases, code, embedded systems, cloud workloads, third-party integrations, and internal services that have never been exposed to a network scanner in their operational lives.

That is a categorically different problem. And most organizations do not have the answer.

The Inventory Gap No One Talks About Honestly

The gap between what organizations claim to know about their cryptographic environment and what they actually know is substantial. In most cases, it is not a small margin of uncertainty. It is a chasm.

Cryptography does not primarily live on the network wire. It lives inside systems. Inside application code, where developers made encryption choices five or ten years ago that no one has revisited. Inside databases, where data at rest is protected (or not) by algorithms chosen during initial deployment.

Inside third-party libraries and open-source components, where cryptographic implementations may be several versions behind the current standard. Inside IoT and OT devices operating in manufacturing plants, hospital networks, and utility systems, running firmware that may be a decade old and impossible to update without operational disruption.

A network scanner cannot see most of this. It examines the perimeter and the internal network for what responds to queries. The cryptography that matters most, the kind protecting your most sensitive data, your most critical systems, and your regulatory obligations, largely does not respond to those queries.

This creates a situation where the most complete-looking reports are often the most misleading. The scanner ran. It found things. The report was produced. The team feels informed. But the surface area of actual cryptographic risk may be five or ten times larger than what the report reflects, and the most dangerous exposures are typically the ones that never appear in it.

CBOM

Gain complete visibility with continuous cryptographic discovery, automated inventory, and data-driven PQC remediation.

Why This Matters More Right Now Than It Ever Has Before

There are two forces converging that make this problem urgent in a way it has never been before.

The first is regulatory. NIST finalized its post-quantum cryptography standards in 2024 (FIPS 203, FIPS 204, and FIPS 205), formalizing the algorithmic replacements for RSA, elliptic curve cryptography, and other classical asymmetric schemes that quantum computers will eventually render vulnerable. The broader migration mandate is moving through federal agencies under NSM-10 and its successors, and private sector obligations are following.

PCI DSS v4.0.1 introduced Requirement 12.3.3, which became mandatory on April 1, 2025, and requires organizations to document and annually review all cryptographic cipher suites and protocols in use, including a documented plan to respond to anticipated cryptographic vulnerabilities. The SEC’s cybersecurity disclosure rules are putting pressure on public companies to understand and accurately represent material cyber risks, which increasingly include cryptographic exposure.

The second force is the quantum threat itself, specifically the strategy known as “harvest now, decrypt later.” Nation-state adversaries are capturing encrypted network traffic and data today with the explicit intention of decrypting it when sufficiently powerful quantum computers become available. The intelligence community’s current working assumption is that the risk window opens within this decade.

What this means practically is that data encrypted today using RSA or protected by elliptic curve key exchange, data you are confident is secure right now, may be sitting in an adversary’s storage system waiting for the hardware to catch up. For organizations handling sensitive financial data, health information, intellectual property, or national security information, this is not a theoretical future problem. It is a present-tense risk.

You cannot begin to address a threat you cannot locate. And you cannot locate what your inventory was never designed to find.

The Hidden Attack Surface: Where Cryptography Actually Lives

Most cryptographic risk does not sit where a network scanner can see it. It lives inside applications and systems, and the most critical cryptographic decisions are often made in environments that have never been scanned from the outside.

Application layer cryptography: The JWT signing algorithm in your authentication service, the AES key size encrypting files before cloud storage, the RSA key generation in your internal PKI tooling, and the TLS client configuration baked into your microservices. None of these is visible from a network scan. It exists only in code.

Database encryption: Transparent data encryption is often deployed without documentation of which algorithms are in use, where the keys are managed, or what happens when the database engine version ages out of support. Column-level encryption may have been implemented differently across databases by different teams, with no central record.

Third-party and open-source libraries: A Cryptographic Bill of Materials (CBOM) is designed to surface these dependencies, but generating a CBOM requires access to your codebase, not just your network perimeter. You cannot derive it from an external scan.

Infrastructure and Cloud services: What key rotation policies are in place? Which services are using which key material? Are there regions or workloads where encryption was never configured because someone moved fast and assumed it was the default?

OT, IoT, and embedded systems: Industrial control systems, medical devices, and building management systems often run firmware with hardcoded cryptographic configurations and no upgrade path. This exposure is real, often severe, and almost never appears in conventional inventory reports.

Every one of these categories represents cryptographic risk your scanner did not report on, because it was never designed to look there.

PQC Advisory Services

Gain post-quantum readiness with expert-led cryptographic assessment, migration strategy, and hands-on implementation aligned to NIST standards.

The Difference Between Scanning for Cryptography and Actually Understanding It

This distinction matters, and it is worth being direct about it.

Scanning finds signals. Inventory builds understanding.

A scanner can tell you that a server at a given IP address is presenting a certificate signed with SHA-256, negotiating TLS 1.3, and offering a specific cipher suite. That is useful. But it tells you nothing about the cryptography protecting the data that server processes. It tells you nothing about how the application was built, what libraries it depends on, what keys it uses, where those keys are stored, or how they are rotated.

A true cryptographic inventory connects directly to the systems where cryptography is implemented, including application code, databases, configuration management systems, cloud control planes, and key management infrastructure. It builds a picture from the inside out rather than from the outside in.

Organizations that have conducted genuine inside-out cryptographic inventories consistently report that the results are surprising. Not because they were being careless. Because the cryptographic surface area of a modern enterprise is genuinely large, genuinely complex, and genuinely difficult to understand without purpose-built methodology.

What C-Suite Leaders Need to Ask, and What Security Teams Need to Hear

For executives and board members, the framing is straightforward. If your organization holds sensitive data, including customer financial information, health records, intellectual property, and personally identifiable information, you have cryptographic risk. The question is not whether that risk exists. The question is whether you understand it well enough to manage it.

The right questions to ask your security leadership are not “do we have an inventory?” The right questions are:

  • What methodology was used to produce it, and does that methodology access internal systems or only network-visible signals?
  • What percentage of our application portfolio has been analyzed for cryptographic dependencies?
  • Do we have a CBOM for our internally developed and third-party software?
  • Which systems are using cryptographic algorithms that NIST has deprecated or is currently deprecating?
  • Have we assessed our exposure to harvest-now-decrypt-later attacks for data with long-term sensitivity requirements?
  • What is our plan for crypto agility, the ability to migrate algorithms when the current ones become vulnerable, and have we actually tested it end to end?

If the answers are vague, or if the “inventory” turns out to be a certificate report and a TLS scan, that is important information. It means the work has not been done yet.

For security practitioners and architects, the mandate is even clearer. The tools and practices that were adequate for the last decade of cryptographic risk management are not adequate for the next one. Building a genuine cryptographic inventory requires connecting to those systems directly, treating cryptographic assets with the same rigor applied to any other critical asset class, and maintaining that inventory as a living artifact rather than a point-in-time report.

Crypto Agility: The Strategic Capability You Cannot Build Without Inventory

Crypto agility is the organizational capability to identify, prioritize, and migrate cryptographic implementations as algorithms are deprecated, vulnerabilities are discovered, or standards change. It answers the question: when we need to move from RSA-2048 to a post-quantum algorithm, how quickly can we do it, and across how many systems?

The answer to that question depends entirely on how well you understand your current cryptographic environment. Organizations that have invested in a genuine, comprehensive inventory have a migration path. They know which systems need to change, in what order, with what dependencies. They can build a roadmap, estimate effort, track progress, and demonstrate compliance to auditors and regulators.

Organizations relying on incomplete scanning-based inventories face a different situation. As regulatory deadlines approach, algorithms are deprecated, and quantum threats continue to evolve, they will be identifying cryptographic dependencies under time pressure while trying to remediate them at the same time. That is an expensive, risky, and avoidable way to approach cryptographic migration.

The investment in a genuine cryptographic inventory is not just about compliance. It is about the operational capacity to manage cryptographic risk going forward, to move quickly when the cryptographic requirements change, and to demonstrate to regulators, customers, and partners that your organization understands and controls its cryptographic environment.

A Practical Starting Point

The path forward is not as complicated as the scope might make it seem, but it does require honesty about where you are starting from.

The first step is accepting that what most organizations currently have is not an inventory in the meaningful sense. It is a partial view of a subset of cryptographic signals. That is a starting point, but mistaking it for a comprehensive picture is where the real risk lies.

From there, the work involves mapping the actual scope of your cryptographic environment: which applications exist, which systems hold sensitive data, which infrastructure components have cryptographic configurations, which third-party integrations introduce dependencies. This scoping exercise alone is valuable, because it makes the actual size of the problem visible.

Then comes the systematic work of connecting to those systems, not examining them from the outside, but integrating with the sources of truth for how cryptography is configured and deployed: code repositories, configuration management databases, cloud APIs, key management systems, database configurations, and application inventories. Each connection expands the accuracy of the picture.

The result is an inventory that can actually support decision-making: prioritized by risk, mapped to business context, actionable for remediation planning, and defensible to auditors and regulators.

CBOM

Gain complete visibility with continuous cryptographic discovery, automated inventory, and data-driven PQC remediation.

How Encryption Consulting Can Help

Encryption Consulting delivers the full picture. Our end-to-end Post-Quantum Cryptography (PQC) readiness program takes organizations from blind spots to full migration readiness through a structured, three-pillar approach: discover what you have, understand what it means, and build the path to fix it.

Pillar 1: CBOM Secure Solution – Know What You Have

You cannot protect what you cannot see. Encryption Consulting’s Cryptographic Bill of Materials (CBOM) solution goes deep into your environment to surface every cryptographic dependency across your applications, libraries, infrastructure, and pipelines, producing a structured, machine-readable inventory tied to real system context.

Unlike scanning outputs that capture only network-visible signals, our CBOM solution connects directly to your source code repositories, build pipelines, container images, package manifests, and cloud configurations. The result is a living CBOM that documents every cryptographic algorithm in use, including the ones buried three levels deep inside a third-party library that no one on your team has looked at in years.

What makes this secure is not just the completeness of the inventory, but how we handle it. CBOM data reveals exactly where your weaknesses are, which makes it sensitive by definition. Our delivery model ensures the inventory remains within your control, integrated into your existing security tooling, not exposed through shared dashboards or third-party portals with unclear data handling practices.

The CBOM becomes the foundation on which everything else is built. Without it, any PQC assessment is guesswork. With it, every subsequent decision (prioritization, migration sequencing, compliance reporting) is grounded in fact.

Pillar 2: PQC Assessment – Understand What It Means

Having an inventory is not the same as understanding your risk. Encryption Consulting’s PQC Assessment takes your CBOM and evaluates it against what matters: NIST’s finalized post-quantum standards (FIPS 203/ML-KEM, FIPS 204/ML-DSA, FIPS 205/SLH-DSA), current CISA and NSA migration guidance, applicable regulatory frameworks (PCI DSS 4.0 Requirement 12.3.3, NSM-10, CMMC, HIPAA), and the specific threat profile of your organization and the data you protect.

The assessment answers the questions your board and audit committee are already starting to ask:

  • Which of our systems are running cryptography that quantum computers will break?
  • Where is our harvest-now-decrypt-later exposure highest, specifically the data that, if decrypted years from now, would still cause serious damage?
  • Which systems need to move first, and which can wait?
  • What does our migration complexity actually look like across our application and infrastructure portfolio?
  • Where do we stand relative to regulatory obligations, and what gaps need to close before the next audit cycle?

The output is not a spreadsheet of vulnerabilities. It is a risk-prioritized, business-contextualized assessment that tells your technical teams where to focus and gives leadership the narrative to understand why this work matters and what it will take.

Pillar 3: PQC Implementation Support – Build the Path Forward

Assessment without execution is just expensive documentation. Encryption Consulting’s implementation support takes the prioritized roadmap from your assessment and turns it into working, deployed, post-quantum cryptography, integrated into your actual systems, tested, and validated.

Our implementation work spans the full migration lifecycle:

  • Algorithm selection and integration guidance: Implementing the right NIST-approved algorithms for each use case, with full consideration of performance characteristics, key management implications, and interoperability requirements.
  • Hybrid cryptography deployment: Managing the transitional period where systems must support both classical and post-quantum algorithms simultaneously, for backward compatibility with partners and systems you do not control.
  • Key management and PKI modernization: Upgrading the infrastructure that manages your keys to be quantum-safe from the ground up, not just at the cipher layer.
  • Crypto agility architecture: Designing systems and processes so that algorithm migration is an operational event, not a multi-year emergency program, when the next change comes.
  • Validation and compliance evidence: Audit-ready documentation, test results, and attestation that demonstrates your PQC migration is real, complete, and maintained.

The reason organizations struggle with PQC readiness is not a shortage of awareness. What is scarce is the operational capability to move from awareness to action across a real enterprise environment, with real systems, real constraints, and real timelines. That is the gap Encryption Consulting fills.

Conclusion

The cryptographic threat environment has changed. The regulatory environment has changed. The tools and practices that served the industry well for the past decade are not adequate for the challenges ahead.

Quantum computing is not the distant science fiction scenario it seemed five years ago. The NIST post-quantum standards are finalized. The migration clock is running. Nation-state adversaries are actively harvesting encrypted data today. Regulators are asking harder questions. And the organizations that will navigate this successfully are the ones that invest now in understanding exactly where their cryptographic dependencies live, all of them, not just the ones visible from the network edge.

The scanner is not the enemy. It is a useful tool being asked to do something it was never designed to do. The mistake is not running the scanner. The mistake is stopping there and calling it an inventory.

Your cryptographic posture is one of the foundational elements of your security architecture. Treat it accordingly. Build the inventory that reflects reality, not the one that looks complete in a report.