Post-Quantum Cryptography

The threat has been theoretical for decades, but 2026 marks the year it becomes real. With NIST finalizing post-quantum cryptography standards and major tech companies rolling out quantum-safe implementations, the countdown to quantum-decryption has officially begun.

The Quantum Threat: Why Current Encryption Fails

Every time you send a message, make a banking transaction, or access a secure website, your data relies on mathematical problems that classical computers cannot solve efficiently. RSA encryption, the backbone of internet security, depends on factoring large numbers into primes — a task that would take traditional computers millions of years for sufficiently large keys.

Quantum computers change this entirely. Shor's algorithm, running on a sufficiently powerful quantum machine, can factor these same numbers in hours or minutes. While full-scale quantum computers capable of breaking RSA don't yet exist, the threat is already here: "harvest now, decrypt later" attacks mean that data stolen today could be decrypted once quantum technology matures.

The Math Behind the Threat

To understand why this matters, you need to understand the asymmetry that makes current cryptography work. RSA-2048 relies on the fact that multiplying two 1,024-bit prime numbers is trivial, but factoring the resulting 2,048-bit product back into those primes is computationally infeasible for classical computers. The best classical algorithm for integer factorization — the General Number Field Sieve — runs in sub-exponential time. For a 2,048-bit key, that means longer than the age of the universe on the fastest supercomputers available.

Shor's algorithm runs in polynomial time — specifically O(n³) where n is the number of bits. A 4,096-qubit quantum computer could factor RSA-2048 in hours. The gap between "longer than the universe has existed" and "a few hours" is the entire problem.

Elliptic curve cryptography (ECC), used in ECDSA for cryptocurrency and ECDH for TLS, is even more vulnerable. ECC achieves the same security level as RSA with much smaller keys — a 256-bit ECC key is roughly equivalent to a 3,072-bit RSA key. But Shor's algorithm breaks ECC with even fewer qubits than RSA. Breaking a 256-bit ECC key requires roughly 2,330 logical qubits, compared to 4,096 for RSA-2048. If your cryptocurrency wallet uses secp256k1 or Ed25519, it is first in line on the quantum chopping block.

Algorithm Classical Security (bits) Qubits Needed (Shor) Status
RSA-2048 112 ~4,096 Vulnerable
RSA-4096 152 ~8,192 Vulnerable
ECC P-256 / secp256k1 128 ~2,330 Vulnerable
Ed25519 128 ~2,330 Vulnerable
AES-256 (symmetric) 256 N/A (Grover: ~128) Reduced security
ML-KEM (Kyber-768) ~192 (PQ-secure) Not broken by Shor Quantum-safe

The table tells the story. Every asymmetric algorithm in widespread use today is vulnerable. Symmetric algorithms like AES are less threatened — Grover's algorithm only provides a quadratic speedup, not exponential, so doubling key size restores the original security level. That is why AES-256 is considered quantum-safe while RSA-2048 is not.

NIST's Post-Quantum Cryptography Standards

In 2024, NIST released the first three finalized standards for post-quantum cryptography:

  • ML-KEM (CRYSTALS-Kyber): Key encapsulation mechanism for establishing shared secrets
  • ML-DSA (CRYSTALS-Dilithium): Digital signature algorithm for authentication
  • SLH-DSA (SPHINCS+): Alternative signature scheme based on hash functions

These algorithms survive attacks from both classical and quantum computers. Google, Apple, and Microsoft have already begun implementing these standards in their products, with Chrome supporting Kyber since 2024 and iMessage enabling quantum-resistant encryption in 2025.

How Each NIST Algorithm Actually Works

ML-KEM (Module Lattice-Based Key Encapsulation Mechanism) — formerly CRYSTALS-Kyber — is the workhorse for key exchange. Instead of relying on factoring or discrete logarithms, it builds its security on the hardness of the Module Learning With Errors (M-LWE) problem. You take a matrix of polynomials, add random noise, and ask an attacker to recover the original secret. The noise makes this intractable for both classical and quantum computers. Kyber-768 (the recommended parameter set) provides security roughly equivalent to AES-192, with public keys of 1,184 bytes and ciphertexts of 1,088 bytes. That is larger than ECDH keys, but small enough to fit in a single TLS packet.

ML-DSA (Module Lattice-Based Digital Signature Algorithm) — formerly CRYSTALS-Dilithium — handles authentication. It uses the same M-LWE hardness assumption but for signatures instead of key exchange. Signatures are 2,701 bytes for the recommended parameter set — significantly larger than ECDSA signatures (64 bytes) or even RSA-2048 signatures (256 bytes). This size increase has real implications for protocols that embed signatures in constrained contexts, like DNSSEC or certificate chains.

SLH-DSA (Stateless Hash-Based Digital Signature Algorithm) — formerly SPHINCS+ — is the conservative fallback. It relies only on hash function security, which is the most well-studied assumption in cryptography. The tradeoff is performance: signatures are nearly 50 KB for the recommended parameter set, and signing is slow. You would not use SLH-DSA for every TLS handshake, but it serves as a hedge if someone discovers a lattice-based attack that breaks Kyber or Dilithium.

NIST also selected Falcon (FN-DSA) as a future standard for signatures, based on NTRU lattices. Falcon produces smaller signatures than Dilithium but requires floating-point operations during signing, which makes constant-time implementations harder. This matters because non-constant-time implementations can leak secret keys through timing side-channels — a practical concern, not a theoretical one.

The Hybrid Approach: Buying Time During Migration

No one is switching to pure post-quantum cryptography overnight. The current best practice is hybrid key exchange — combining a classical algorithm (like X25519) with a post-quantum algorithm (like Kyber-768) so that the connection remains secure unless both algorithms are broken. This approach is already deployed in Chrome, Firefox, and Apple's iMessage PQ3 protocol.

Hybrid schemes add a small performance overhead — slightly larger handshake messages and marginally more computation — but they eliminate the risk of betting everything on an untested algorithm. The lattice-based schemes are young by cryptographic standards. Kyber was published in 2018. RSA has withstood 47 years of cryptanalysis. If a mathematical breakthrough makes lattice problems tractable, hybrid schemes keep your classical security intact.

Real-World Impact: Who's Affected?

The transition to post-quantum cryptography affects everyone:

  • Financial Institutions: Banks and payment processors must protect transaction data that could remain sensitive for decades
  • Healthcare: Medical records require long-term privacy protection
  • Government: Classified communications demand quantum-safe encryption immediately
  • Everyday Users: Your passwords, messages, and personal data need protection now

The Infrastructure Problem Nobody Talks About

The hardest part of post-quantum migration is not the algorithms — those are done. The hard part is the infrastructure. TLS certificates, SSH keys, VPN configurations, code signing certificates, DNSSEC, RADIUS, Kerberos, IPsec, S/MIME, PGP keyrings, HSM firmware, TPM modules, and every embedded device with a hardcoded RSA key — all of these need to be migrated. The scale is staggering.

Cloudflare reported in 2025 that only 12% of TLS connections to their edge used post-quantum key exchange, despite Chrome and Firefox enabling it by default. The bottleneck is server-side: Nginx, Apache, HAProxy, and load balancers need updates, and certificate authorities need to issue PQ certificates. Let's Encrypt has signaled support for hybrid certificates in 2026, but the rollout will be gradual.

Embedded devices are worse. Industrial control systems, IoT devices, and networking gear often run for 15-20 years without firmware updates. Many lack the memory or CPU to handle Kyber's larger key sizes. A 2019 audit found that 43% of SSH keys in enterprise environments had never been rotated. These are the systems that will still be running RSA-2048 in 2035 when the quantum deadline arrives.

What Companies Are Actually Doing (Versus What They Say)

Google deployed Kyber in Chrome 124 (2024) using a hybrid X25519+Kyber768 key exchange. Apple's iMessage PQ3 protocol uses a hybrid of ECDH and Kyber, with automatic key rotation. These are real deployments used by billions of people daily — and most users never noticed the transition happened.

Microsoft Azure added support for post-quantum TLS in 2025, but only for specific service endpoints. AWS released its Post-Quantum TLS extension for the AWS SDK, allowing developers to opt into PQ key exchange for S3 and DynamoDB connections. Cloudflare offers PQ key exchange across all edge connections and has open-sourced their CIRCL cryptography library.

But for every company actively migrating, there are dozens that have done nothing. A 2025 Ponemon Institute survey found that 68% of enterprises have no post-quantum cryptography strategy. Only 21% have even inventoried their cryptographic assets — the first step in any migration plan. The gap between awareness and action is where the real risk lives.

How to Protect Yourself Today

While the full quantum transition will take years, you can start securing your digital life now:

1. Use Password Managers with Strong Encryption

Password managers like NordPass are implementing post-quantum cryptography standards. Switching to a dedicated password manager ensures all your credentials use strong, unique passwords rather than reused phrases that could be cracked.

2. Enable VPN Protection

When using public networks, a VPN encrypts your traffic with algorithms that will eventually be quantum-resistant. Leading providers like NordVPN are already planning post-quantum upgrades to their encryption protocols.

3. Update Your Software

Software updates increasingly include post-quantum cryptography implementations. Keeping your operating system, browsers, and applications current ensures you benefit from these advances.

4. Consider Hardware Security Keys

For high-value accounts, hardware security keys using FIDO2 standards provide phishing-resistant authentication that's being extended with post-quantum algorithms.

FAQ: Post-Quantum Cryptography Questions Answered

When should I start worrying about quantum computers breaking my encryption?

Now, if you are responsible for systems that handle long-lived sensitive data. The "harvest now, decrypt later" threat means data encrypted today with RSA or ECC could be decrypted retroactively once a sufficient quantum computer exists. If your data has a confidentiality shelf life of less than 5 years, you have breathing room. If it is 10-20+ years, you need a plan today.

Are post-quantum algorithms proven safe?

"Proven" is a strong word in cryptography. ML-KEM and ML-DSA are based on lattice problems that have been studied since the 1990s — far shorter than RSA's 47 years. No known quantum or classical attack breaks them efficiently, but the cryptanalysis is ongoing. This is why hybrid schemes (classical + post-quantum) are the current best practice. You get today's proven security plus tomorrow's quantum resistance.

Will post-quantum encryption slow down my internet?

Barely. Google's measurements of X25519+Kyber768 hybrid key exchange showed a TLS handshake overhead of under 1 millisecond. The bigger data size (Kyber keys are ~1.2 KB vs 32 bytes for X25519) adds a few hundred bytes to the handshake, which fits within standard TCP segments. You will not notice it. The real performance concern is post-quantum signatures — Dilithium signatures are 2.7 KB vs 64 bytes for ECDSA — which matters for certificate chain sizes and constrained protocols.

What about my cryptocurrency?

Cryptocurrency is a direct target for quantum attacks. ECDSA on secp256k1 (Bitcoin, Ethereum) is vulnerable to Shor's algorithm with roughly 2,330 logical qubits. Your exposure depends on whether your public key is visible on-chain. Addresses that have only received funds (never sent) are protected by the hash function. Once you send from an address, the public key is exposed. The fix is using fresh addresses for every transaction and eventually migrating to post-quantum signature schemes, which requires a blockchain hard fork — a politically contentious process.

Is AES-256 safe from quantum computers?

Yes, effectively. Grover's algorithm provides a quadratic speedup against symmetric encryption, reducing AES-256's security to 128 bits. That is still considered secure against both classical and quantum attacks. If you are using AES-128, the quantum security drops to 64 bits, which is borderline. Upgrade to AES-256 for long-term protection.

The Road Ahead

The migration to post-quantum cryptography is the largest cryptographic transition in history — bigger than the move to AES or the adoption of HTTPS. Organizations worldwide are beginning their transitions, with complete migration expected by 2035.

The good news? Early adopters report minimal performance impact. Modern implementations of CRYSTALS-Kyber add only microseconds to key exchange operations. The cost of quantum-safety is negligible compared to the cost of breached data.

Secure Your Digital Life Now

Protect your passwords and sensitive data with NordPass, featuring military-grade encryption and seamless cross-device sync.

Get NordPass

Affiliate Disclosure: GeniusTechLab is reader-supported. When you purchase through links on our site, we may earn an affiliate commission at no extra cost to you. Our recommendations are based on hands-on testing and editorial judgment, not commission rates.