InterviewStack.io LogoInterviewStack.io

Post-Quantum and Lattice-Based Cryptography Questions

Cryptography designed to resist quantum attacks: lattice-based schemes, the underlying hard problems (LWE, SIS), and the mathematics of post-quantum standards. Covers why current public-key schemes are vulnerable to quantum algorithms and how migration candidates work. A specialized, forward-looking cryptography area.

HardSystem Design
56 practiced

Design an on-chain post-quantum signature scheme for a public blockchain where verification gas (computation) and signature size are constrained, every full node verifies transactions frequently, and signatures must be long-term secure. Choose a family (hash-based, lattice, multivariate, code-based) and justify your selection in terms of verification cost, signature size, propagation bandwidth, and upgradeability. Consider multisig and light client use-cases.

HardTechnical
75 practiced

Critically evaluate the NIST Post-Quantum Cryptography standardization process: selection criteria, emphasis on algorithmic diversity, consideration of implementation security (side-channels), and readiness for deployment. Propose concrete improvements for future rounds or deployments including additional metrics, testing obligations, or evaluation frameworks that would better capture real-world security and deployability.

HardSystem Design
70 practiced

Design modifications to the TLS 1.3 handshake to support hybrid key exchange combining classical ECDHE and a PQC KEM. Detail the handshake message flow changes, how secrets are combined into keying material, negotiation and downgrade protection mechanisms, certificate or signature format adjustments, and performance/latency impacts.

EasyTechnical
82 practiced

Explain why widely used public-key schemes such as RSA and elliptic-curve cryptography (ECC) are vulnerable to quantum algorithms. In your answer, describe the high-level operation and complexity class of Shor's algorithm, identify which mathematical problems it solves and why that breaks RSA/ECC, and explain which security properties of these systems would be lost in practice.

EasyTechnical
79 practiced

List current families of post-quantum key-exchange or KEM candidates (for example lattice-based, code-based, multivariate, and isogeny-based). Briefly summarize advantages and drawbacks of two families in the context of use in key establishment: performance, key/ciphertext size, and confidence in assumptions.

That is every published Post-Quantum and Lattice-Based Cryptography question for Security Architect so far. Browse the other topics in this category, or practice this one interactively.