A quantum risk assessment is a systematic evaluation of an organization's cryptographic infrastructure against the threat of quantum computing. Unlike traditional security assessments that focus on implementation flaws (buffer overflows, misconfigurations, access control), a quantum risk assessment evaluates the mathematical foundations of your encryption.
The core question: which of your cryptographic algorithms will be broken by quantum computers, and what is the business impact?
Public-key algorithms based on integer factorization (RSA) and elliptic curve discrete logarithm problems (ECDH, ECDSA, Ed25519) are vulnerable to Shor's algorithm. Symmetric algorithms (AES) and hash functions (SHA) are partially affected by Grover's algorithm, which effectively halves their security level — making AES-128 equivalent to 64-bit security against a quantum adversary.
A proper assessment goes beyond algorithm identification. It evaluates data sensitivity, confidentiality lifespans, regulatory requirements, third-party dependencies, and migration complexity to produce a prioritized remediation plan aligned with NIST PQC standards and CNSA 2.0 timelines.