Post-Quantum Cryptography

Post-Quantum VPNs and Remote Access — What Changes with ML-KEM

VPNs and remote-access tunnels protect every distributed workforce. Learn how ML-KEM and hybrid post-quantum key exchange make them quantum-safe, and what to ask your VPN vendor.

Every remote worker, branch office, and cloud-managed device relies on a VPN or remote-access tunnel. Those tunnels are only as strong as the cryptography inside them — and today that cryptography is RSA or elliptic-curve key exchange, both of which a large quantum computer can break.

Post-quantum VPNs upgrade that key exchange to ML-KEM (FIPS 203), usually in a hybrid combination with classical X25519 or ECDH. The result: an attacker needs to break both algorithms to read the tunnel. This is the most practical way to protect remote access against Harvest Now, Decrypt Later attacks.

Here is what changes, what does not, and what to ask your VPN vendor.

What a VPN actually protects

A VPN does two things at once:

  1. Authentication — proves the client and server are who they claim (certificates + signatures).
  2. Confidentiality — encrypts the traffic that flows inside the tunnel (key exchange + symmetric encryption).

Post-quantum migration is mostly about the second piece: key exchange. The symmetric encryption (AES-GCM, ChaCha20-Poly1305) is already quantum-resistant — Grover's algorithm effectively halves the key length, so AES-256 becomes AES-128-equivalent, which is still secure. The weak link is the public-key handshake that sets up those symmetric keys.

How ML-KEM fits into a VPN handshake

In a classical VPN handshake, the client and server run Diffie-Hellman (or ECDH) to agree on a shared secret. An eavesdropper who records the handshake and later has a quantum computer can recover that secret and decrypt the entire session.

In a post-quantum VPN, the handshake runs two key exchanges in parallel:

  • Classical: X25519 or ECDH — fast, proven, widely supported.
  • Post-quantum: ML-KEM-768 or ML-KEM-1024 — based on structured lattice problems that quantum computers do not efficiently solve.

The two shared secrets are combined into the final session key. To break the tunnel, an attacker must solve both the classical discrete-log problem and the lattice problem. This is called hybrid key exchange, and it is the approach recommended by NIST, the IETF, and major browser and CDN vendors.

Where you will see post-quantum VPNs first

IPsec / IKEv2

The IETF has defined Post-Quantum Traditional Hybrid Key Exchange (PQT-Hybrid) extensions for IKEv2. Several enterprise VPN vendors and open-source stacks (strongSwan, libreswan) already support hybrid groups that combine ECDH with ML-KEM.

WireGuard

WireGuard uses only a single key exchange (Curve25519). Making it quantum-safe requires either replacing Curve25519 with ML-KEM or adding a hybrid exchange. Experimental forks exist, but mainstream WireGuard does not yet ship post-quantum protection out of the box. For now, the safest pattern is to run WireGuard inside a post-quantum TLS tunnel or use a gateway that terminates hybrid TLS in front of the WireGuard endpoint.

SSL/TLS VPNs and Zero Trust clients

Most modern remote-access clients use TLS 1.3 under the hood. TLS 1.3 supports hybrid groups through extensions, and major browsers already negotiate X25519Kyber768 with Google, Cloudflare, and AWS. Enterprise Zero Trust gateways can do the same once their TLS stack is updated.

Cloud VPNs and SD-WAN

AWS, Azure, and GCP are rolling out post-quantum options for site-to-site tunnels. If you use cloud VPN gateways or SD-WAN appliances, the upgrade will likely be a configuration toggle in 2025–2026 rather than a forklift replacement.

What does not change

  • Your network topology stays the same. Subnets, routing, DNS, and access policies are unaffected.
  • User experience stays the same. The handshake adds a few kilobytes and milliseconds; users do not notice.
  • Certificate infrastructure stays the same at first. Most deployments keep classical RSA/ECDSA certificates during the transition and add hybrid signatures later.
  • Symmetric encryption stays the same. AES-256 and ChaCha20-Poly1305 remain secure.

What to ask your VPN vendor

If you are evaluating or renewing a VPN/remote-access solution, ask these questions:

  1. Does the handshake support ML-KEM or another NIST-approved post-quantum KEM? Avoid vague "quantum-resistant marketing." Look for ML-KEM-768 or ML-KEM-1024 by name.
  2. Is it hybrid or replacement-only? Hybrid (classical + post-quantum) is safer than replacing classical entirely while the ecosystem matures.
  3. What TLS version and groups are used? TLS 1.3 with X25519Kyber768 or SecP256R1Kyber768 is the current industry pattern.
  4. Can we test without cutting over? A good vendor lets you enable post-quantum negotiation alongside classical fallback so older clients still connect.
  5. Is the symmetric cipher at least 256-bit? AES-256 or ChaCha20-Poly1305 should already be in use.
  6. What is the roadmap for post-quantum signatures? Key exchange is step one; certificates and code signatures come next.

How to start your own migration

  1. Inventory your tunnels. List every VPN, Zero Trust agent, SD-WAN path, and cloud site-to-site connection. Note the protocol, cipher suite, and vendor.
  2. Identify the highest-value tunnels first. Executive access, developer access, site-to-site links to sensitive facilities, and backup replication links carry the most long-term secrets.
  3. Enable hybrid groups where supported. AWS/GCP/Azure tunnels, modern TLS VPNs, and updated IPsec stacks can often be switched on with a config change.
  4. Add a post-quantum gateway layer where native support is missing. A TLS termination proxy that speaks hybrid post-quantum TLS in front of an existing VPN can bridge older equipment.
  5. Monitor and test. Use packet capture and handshake inspection to confirm ML-KEM is actually negotiated, not just advertised.

FAQ

Will post-quantum VPNs be slower?

Key exchange adds a few kilobytes per handshake and a small CPU cost. For typical remote-access use, the difference is negligible. For very high-throughput site-to-site tunnels, ML-KEM-1024 uses more CPU than ML-KEM-768; benchmark if you are pushing 10+ Gbps.

Is hybrid really necessary, or can I just use ML-KEM?

Hybrid is the conservative choice. It protects you if either the classical algorithm or the post-quantum algorithm turns out to be weaker than expected. Most standards bodies and large platforms recommend hybrid during the transition.

Do I need new client software?

Usually yes, unless the client connects through a web browser that already supports post-quantum TLS. Plan a client-update cycle as part of the migration.

What about site-to-site VPNs between data centers?

These are often the easiest to upgrade because both endpoints are under your control. IPsec with strongSwan/libreswan plus PQT-Hybrid is a well-documented path.

Bottom line

Remote-access tunnels are a prime target for Harvest Now, Decrypt Later because they carry credentials, source code, customer data, and strategic conversations for years. Upgrading to a post-quantum VPN — especially a hybrid one using ML-KEM — closes that window without changing how your users work.

The technology is ready today for early adopters and will be standard by 2026–2027. The organizations that start now will finish the migration calmly; the ones that wait will be scrambling once the quantum threat becomes headline news.

Want to know where your current remote-access setup stands? Run Secuur's free quantum-risk scan to see which endpoints and tunnels are still relying on classical key exchange.