All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Quantum Computers Threaten Asymmetric Cryptography but Not 128-bit Symmetric Keys

By

hasheddan

1mo ago· 19 min readenInsight

Summary

The article clarifies that quantum computers pose a threat to asymmetric cryptography (like RSA and ECDSA) but not to symmetric cryptography (like AES). It addresses the misconception that quantum computers will halve symmetric key security, explaining that Grover's algorithm provides only a quadratic speedup, meaning 128-bit symmetric keys remain secure against quantum attacks. The article emphasizes that post-quantum transition efforts should focus on replacing vulnerable asymmetric algorithms rather than increasing symmetric key sizes.

Key quotes

· 4 pulled
The advancing threat of cryptographically-relevant quantum computers has made it urgent to replace currently-deployed asymmetric cryptography primitives—key exchange (ECDH) and digital signatures (RSA, ECDSA, EdDSA)—which are vulnerable to Shor's quantum algorithm.
It does not, however, impact existing symmetric cryptography algorithms (AES, SHA-2, SHA-3) or their key sizes.
There's a common misconception that quantum computers will 'halve' the security of symmetric keys, requiring 256-bit keys for 128 bits of security. That is not an accurate interpretation of the speedup offered.
There is no need to update symmetric key sizes as part of the post-quantum transition, due to the details of how Grover's algorithm scales.
Snippet from the RSS feed
There is no need to update symmetric key sizes as part of the post-quantum transition, due to the details of how Grover's algorithm scales. Most authorities agree.

You might also wanna read