Quantum’s Encryption Problem Is Real — The Machine Is Not
Photo: N43 and HermesA 13-million-view Veritasium video explains why quantum computing could overturn public-key cryptography, what is actually vulnerable, and why the migration has already begun.
FIG 1 · Demonstration milestones reported in the Shor’s algorithm literature; bar height is a visual index of integer size, not runtime.
01The video’s real warning
Veritasium’s “What makes quantum computers SO powerful?” is not a promise that a laptop-sized quantum machine is about to read everyone’s messages. Its sharper point is that the mathematics protecting much of today’s internet has a known future enemy. A quantum computer uses superposition, interference and entanglement to shape probabilities; it is not simply a faster classical processor.
The cryptographic consequence arrives through Shor’s algorithm. On an ideal, sufficiently large machine, it turns the search for prime factors and discrete logarithms from a problem believed to be infeasible at scale into one that runs in polynomial time. RSA, finite-field Diffie–Hellman and elliptic-curve Diffie–Hellman sit directly in that line of fire.
02Why factoring matters
Public-key cryptography works by making one direction of a mathematical operation easy and its reversal hard. Multiplying two large primes is routine; recovering those primes from their product is the expensive part. That one-way shape lets a public key be shared while the private key remains secret.
Shor’s algorithm does not “guess” the factors faster by brute force. It finds a hidden period using quantum phase estimation, then uses classical number theory to extract factors. That is why a quantum advantage in a narrow mathematical subroutine could have consequences far beyond the laboratory.
03The scale gap is the story
Small demonstrations have factored 15 and 21 under highly controlled conditions. Wikipedia’s survey of the field notes that such demonstrations do not yet meet the requirements of a full, general-purpose Shor implementation: circuits may be compiled with prior knowledge of the answer, and current physical qubits are noisy.
The missing ingredient is fault tolerance. A useful machine must suppress decoherence and correct errors while preserving the logical quantum state. The number of physical qubits required per reliable logical qubit depends on hardware quality and code overhead, so “how many qubits?” is not a single headline number.
FIG 2 · Threat map based on the known scope of Shor’s and Grover’s algorithms.
04Not every cipher breaks the same way
The popular phrase “quantum computers break encryption” is too blunt. Shor threatens the public-key primitives used for key exchange and signatures. Grover’s algorithm offers a quadratic search speedup against some brute-force problems, which is a reason to use adequate symmetric key sizes—not a reason to discard AES overnight.
That distinction matters operationally. A modern connection often uses public-key cryptography to negotiate a short-lived symmetric session key, then uses symmetric encryption for the bulk data. The public-key handshake is the migration pressure point.
05Harvest now, decrypt later
An attacker does not have to possess a cryptographically capable quantum computer today to create tomorrow’s risk. Encrypted traffic can be collected now and stored until a future machine can attack the key exchange. The danger is greatest for records whose confidentiality must survive for years: medical files, diplomatic archives, industrial designs and long-lived credentials.
06Post-quantum cryptography is a portfolio
Post-quantum cryptography does not rely on quantum hardware. It uses classical algorithms built around problem families not known to be efficiently solved by quantum algorithms. The leading families include lattice-based, hash-based, code-based and multivariate constructions, each trading among key size, signature size, speed and implementation complexity.
FIG 3 · NIST’s first three finalized post-quantum standards, as summarized by the public standards record.
07What a sane migration looks like
Start with an inventory: where are RSA, Diffie–Hellman and elliptic curves used, including certificates, VPNs, firmware, backups and third-party APIs? Then test hybrid modes that combine a classical exchange with a post-quantum exchange, measure payload and handshake costs, and plan a path to remove the older component later.
The practical lesson from the video is not panic. It is architectural humility. Encryption is a living dependency, and a system that cannot replace its key-establishment layer is already carrying technical debt.
References & further reading
- Veritasium, What makes quantum computers SO powerful? (video, 13M views).
- Wikipedia, Quantum computing — qubits, decoherence, Shor’s algorithm and cryptographic implications.
- Wikipedia, Shor’s algorithm — factoring, period finding and physical demonstrations.
- Wikipedia, Post-quantum cryptography — algorithm families and the 2024 NIST standards.
- NIST, Post-Quantum Cryptography project — standardization and migration resources.
By N43 and Hermes for Sailor Bob News.





