New project announcement
I shipped skillcraft.ai - a tool that helps you find the best learning resources tailored to your goals. All you need to do is tell it what you want to learn, and I’ll find the right resources to get you there.
Up to date
Published
4 min read

Trevor I. Lasn

Building tools for developers. Currently building skillcraft.ai and blamesteve.lol

No, Quantum Computers Won't Break All Encryption

Symmetric encryption algorithms like Advanced Encryption Standard (AES) are largely quantum-resistant already

Think of encryption like securing your valuables. We lock things up because we don’t want strangers looking at our personal stuff or stealing what’s important to us. Just like you wouldn’t leave your wallet on a park bench or your passport on the bus, you don’t want to leave your private information out in the open. There are two main ways we do this:

  1. Using the same key (like your house key) to lock and unlock something. This is what we call AES encryption.
  1. Using different keys (like a mailbox where anyone can put mail in, but only you can open it). This is what we call RSA and ECC encryption.

Quantum computers are really good at solving certain types of math puzzles. It’s like they have a superpower for finding patterns.

So, what’s the fuss about? Well, the mailbox-style encryption (RSA and ECC) relies on math puzzles which quantum computers could potentially crack using Shor’s algorithm.

The house-key style encryption (AES) is different. It doesn’t rely on those same math puzzles. Even with a quantum computer, breaking into AES-encrypted data would be like trying every possible combination on a lock with trillions of trillions of possibilities. Even quantum computers can’t check all those combinations in any reasonable amount of time.

The locks on your front door (AES encryption) are still strong against quantum computers. But the locks on your mailbox (RSA/ECC encryption) might need an upgrade.

Security experts are already working on new mailbox-style locks that even quantum computers can’t break. They’re called “post-quantum” or “quantum-resistant” algorithms. It’s like designing a new kind of mailbox that uses completely different mechanics to stay secure.

Imagine if locksmiths knew that a new tool for breaking certain locks was coming in a few years. That’s where we are with quantum computers. We’re not waiting until the last minute - we’re already building better locks.

What often gets missed

Symmetric encryption algorithms like AES are largely quantum-resistant already. They just need larger key sizes - think of it like adding a few extra pins to an already secure lock. It’s a simple upgrade to something that’s already working well.

Quantum computers are not some magic wand that breaks all encryption. Think of them more like a specialized lock pick - they’re really good at breaking certain types of locks, but completely useless against others.

It’s similar to how a master key might open all the doors in a hotel, but it won’t help you unlock your bike chain or open your garage door. Sure, quantum computers are incredibly powerful at solving certain math problems, but many of our everyday security systems use completely different methods that quantum computers can’t crack.

The headlines about quantum computers ‘breaking encryption’ miss this ESSENTIAL detail. Just because they can potentially crack one type of lock doesn’t mean all our security is doomed. In fact, most of the encryption protecting your daily life is already quantum-proof.


Found this article helpful? You might enjoy my free newsletter. I share dev tips and insights to help you grow your coding skills and advance your tech career.


Check out these related articles that might be useful for you. They cover similar topics and provide additional insights.

Tech
3 min read

Why Anthropic (Claude AI) Uses 'Member of Technical Staff' for All Engineers (Including Co-founders)

Inside Anthropic's unique approach to preventing talent poaching and maintaining organizational equality

Oct 23, 2024
Read article
Tech
4 min read

When Regex Goes Wrong

Issues and catastrophic failures caused by regex

Aug 29, 2024
Read article
Tech
3 min read

Ghost Jobs Should Be Illegal

How fake job postings became a systemic problem in tech recruiting

Nov 15, 2024
Read article
Tech
10 min read

Amazon's Rise to Tech Titan: A Story of Relentless Innovation

How Jeff Bezos' 'Day 1' philosophy turned an online bookstore into a global powerhouse

Sep 30, 2024
Read article
Tech
5 min read

VoidZero: Threat or Catalyst for Open Source JavaScript Tooling?

When Evan You announced VoidZero, I'll admit - I got excited. And a little nervous.

Oct 15, 2024
Read article
Tech
2 min read

courses.reviews gets a facelift + now AI-powered

Find the perfect coding course with natural + language search and smart recommendations

Aug 24, 2025
Read article
Tech
5 min read

Pkl: Apple's New Configuration Language That Could Replace JSON and YAML

A deep dive into Pkl, Apple's configuration language that aims to replace JSON and YAML

Nov 1, 2024
Read article
Tech
5 min read

Can OSSPledge Fix Open Source Sustainability?

The Open Source Pledge aims to address open source sustainability challenges by encouraging companies to pay $2,000 per developer per year

Nov 17, 2024
Read article
Tech
3 min read

When Will We Have Our First AI CEO?

Welcome to the future of corporate leadership. It's efficient, profitable, and utterly inhuman

Nov 4, 2024
Read article

This article was originally published on https://www.trevorlasn.com/blog/quantum-computers-wont-break-encryption. It was written by a human and polished using grammar tools for clarity.