Skip to content
Theos Quantum Θ mark
theos-method-v0.1THREAT MODEL · CANONICAL REFERENCE

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

CRITICAL

Harvest 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

CRITICAL

Public-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

HIGH

Code & 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

HIGH

Key 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

HIGH

Vendor & 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

MEDIUM

Compliance & 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.

Map these six surfaces across your estate.