Quantum Computing's Threat to Crypto Debated

A recent discussion explored how quantum exploits could mimic conventional hacks by using fake digital signatures. The conversation is fueling a debate on the future of cryptography, particularly around the security of one-time versus reused cryptographic keys in a post-quantum world.

The central threat to current cryptographic systems, including RSA and Elliptic Curve Cryptography (ECC), is Shor's Algorithm. Developed by Peter Shor in 1994, this quantum algorithm can find the prime factors of large numbers exponentially faster than any known classical computer, turning a problem that would take a traditional machine thousands of years into one that could be solved in hours or minutes. This vulnerability has prompted a "harvest now, decrypt later" strategy among adversaries. Threat actors are currently collecting and storing vast amounts of encrypted data, betting that future quantum computers will be able to break the encryption and unlock the stored information. This makes the transition to quantum-resistant cryptography an immediate concern, not a distant one. In response, the U.S. National Institute of Standards and Technology (NIST) has been leading a global effort to standardize post-quantum cryptography (PQC). In August 2024, NIST released the first three finalized PQC standards: ML-KEM for general encryption, and ML-DSA and SLH-DSA for digital signatures. These algorithms are based on different mathematical problems, such as structured lattices and hash functions, which are believed to be resistant to attacks from both classical and quantum computers. The timeline for a cryptographically relevant quantum computer (CRQC) capable of breaking RSA-2048 is a subject of debate, with estimates ranging from 2030 to 2035. However, some researchers claimed in early 2024 that combining classical and quantum methods could break RSA-2048 with only 372 qubits, potentially shortening the timeline to just a few years. While asymmetric algorithms like RSA are the most vulnerable, symmetric encryption (like AES) is considered more secure against quantum attacks. The primary quantum threat to symmetric keys is Grover's algorithm, which offers a quadratic speed-up for brute-force attacks. The standard defense against this is to double the key length, which effectively counteracts the quantum advantage. The issue of key reuse presents a significant vulnerability regardless of the cryptographic algorithm. Reusing a nonce (a number used once) in certain algorithms like AES-GCM or ECDSA can lead to the exposure of the authentication or private key, allowing an attacker to forge messages or compromise the entire system. Proper key management, including the rotation of keys and ensuring each key has a single, specific purpose, is critical for maintaining security.

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.