The Seven Places Quantum-Vulnerable Cryptography Hides

Quantum-vulnerable cryptography hides across seven distinct surfaces, and most scanning tools inspect only one of them.

The answer, up front

Quantum-vulnerable cryptography does not live in one place. It is scattered across seven distinct surfaces of a modern software stack, and the reason most organizations underestimate their exposure is simple: the tool they use inspects one surface and reports it clean, while the other six go unexamined.

The seven surfaces

  1. Source code. Hardcoded algorithms, key sizes, and cipher suites written directly into your application.
  2. Dependencies. Cryptography pulled in transitively through libraries you never audited.
  3. SBOMs and CBOMs. The declared inventory, which is only as accurate as the process that generated it.
  4. Certificates. TLS and code-signing certificates whose signature algorithms quietly age into risk.
  5. Infrastructure. Load balancers, service meshes, and managed services terminating cryptography outside your code.
  6. Binaries. Compiled artifacts where the algorithm is baked in and invisible to a source scan.
  7. Runtime tokens. JWTs, session tokens, and signed payloads generated and verified live in production.

Why single-surface tools mislead

A scanner that reads only source code will pass a repository whose real exposure lives in a five-year-old certificate or a vendored binary. The clean report is worse than no report, because it creates false confidence. Credible discovery has to span all seven surfaces at once.

Run QuCode to see where quantum-vulnerable cryptography actually lives in your stack.

Frequently asked questions

What does it mean for cryptography to be quantum-vulnerable?
It means the algorithm can be broken by a sufficiently large quantum computer. RSA and ECC are the primary examples, because Shor's algorithm defeats the math they rely on.
Why isn't one cryptographic scanner enough?
Because vulnerable cryptography appears on seven different surfaces, from source code to runtime tokens. A scanner that only reads source misses certificates, binaries, and dependencies entirely.

Sources

  1. NIST FIPS 203
  2. Executive Order 14412 (2026)
  3. UK NCSC: Timelines for migration to post-quantum cryptography

See where quantum-vulnerable
crypto hides.

Your quantum exposure is knowable today. Run a scan and see where you stand.