Questions: Post-Quantum Cryptography

5 questions to test your understanding

Score: 0 / 5
Question 1 Short Answer

An organization argues they don't need post-quantum cryptography because large-scale quantum computers are at least 10-15 years away. What threat model are they ignoring?

Think about your answer, then reveal below.
Question 2 Multiple Choice

NIST selected lattice-based schemes (ML-KEM, ML-DSA) as primary standards but also standardized a hash-based signature scheme (SLH-DSA/SPHINCS+). Why include both?

AHash-based signatures are faster than lattice-based ones
BSLH-DSA relies only on the security of hash functions, which have decades of analysis and no known algebraic structure to exploit. If a breakthrough breaks lattice assumptions, SLH-DSA survives. Including it provides cryptographic diversity — not putting all eggs in the lattice basket
CHash-based signatures provide shorter keys than lattice-based ones
DNIST was required by law to standardize at least two different mathematical foundations
Question 3 Multiple Choice

Shor's algorithm breaks RSA and ECDSA but does not break AES or SHA-256. Does this mean symmetric cryptography is unaffected by quantum computers?

ACorrect — symmetric cryptography is completely quantum-safe
BPartially — Grover's algorithm provides a quadratic speedup for brute-force key search, halving the effective security. AES-128 drops to ~64 bits of quantum security, so AES-256 (providing ~128 quantum bits) is recommended. SHA-256 collision resistance drops from 128 to ~85 bits. These are manageable by doubling key/hash sizes, unlike the exponential-to-polynomial collapse for public-key schemes
CSymmetric cryptography is equally broken by quantum computers
DGrover's algorithm breaks AES in linear time
Question 4 True / False

During the PQC transition, hybrid key exchange combines a classical algorithm (like ECDH) with a PQC algorithm (like ML-KEM). Security holds if EITHER algorithm is secure.

TTrue
FFalse
Question 5 Short Answer

The SIKE/SIDH isogeny-based key exchange was a NIST PQC finalist before being catastrophically broken in 2022. What lesson does this carry for the PQC transition?

Think about your answer, then reveal below.