Six surfaces where quantum risk is real.
Working assumption: a cryptographically relevant quantum computer will exist; we do not predict a date. What is certain is which primitives fail when it does, and which data collected today outlives its protection. Every surface below cites its source.
SURFACE · 01
CRITICALHarvest now, decrypt later
Adversaries record TLS sessions, VPN tunnels and encrypted archives today, to decrypt once a cryptographically relevant quantum computer exists. Anything with a long secrecy half-life — IP, health data, M&A material, government records — is already exposed.
Source · CISA / NSA / NIST Quantum-Readiness factsheet (2023)
SURFACE · 02
CRITICALPublic-key infrastructure & TLS
Certificate chains, TLS handshakes and mutual-auth deployments rest on RSA and ECDSA — both broken by Shor's algorithm. Hybrid key exchange (X25519 + ML-KEM) is already shipping in mainstream browsers and servers; certificate migration is the long pole.
Source · NIST IR 8547 (draft) · FIPS 203
SURFACE · 03
HIGHCode & document signing
Software updates, firmware, container images and legal documents signed with RSA/ECDSA today remain verifiable only as long as those schemes stand. Long-lived signatures need ML-DSA or SLH-DSA roots well before Q-Day.
Source · NIST FIPS 204 / 205 · NSA CNSA 2.0
SURFACE · 04
HIGHKey management systems & HSMs
Enterprises hold thousands of keys across cloud KMS, on-prem HSMs and escrow services. Each has an algorithm, a rotation cadence and a blast radius. The inventory of which keys protect what is the prerequisite for any migration sequencing.
Source · NIST SP 800-57
SURFACE · 05
HIGHVendor & supply-chain cryptography
Your TLS terminators, identity providers, payment rails and observability stack each bring their own primitives. One vendor still defaulting to RSA-2048 in 2031 is a single point of harvest exposure for the whole estate.
Source · ENISA PQC integration study
SURFACE · 06
MEDIUMCompliance & migration windows
DORA is in force for EU finance; NSA's CNSA 2.0 timeline is running; NIST's draft guidance deprecates RSA/ECC after 2030 and disallows them after 2035. The inventory → migrate → re-certify cycle takes years — the deadlines assume you have started.
Source · EU DORA · NSA CNSA 2.0 · NIST IR 8547 (draft)
Common misconception
Ed25519, Schnorr and BLS signatures are not quantum-safe — all rest on the discrete-log problem Shor's algorithm solves. The NIST-standardized replacements (ML-DSA, SLH-DSA, and FALCON once FIPS 206 lands) are deployable today.
Explicitly out of scope
We do not score classical implementation bugs unrelated to the quantum transition, physical side-channel attacks, or social engineering. AutoPQC is a post-quantum migration platform, not a general-purpose penetration test — and pretending otherwise would dilute both.