POST-QUANTUM CRYPTOGRAPHY, EXPLAINED

Security is
changing shape.

A plain-English field guide to the cryptographic transition: what changes, what stays, and why it matters before quantum computers arrive.

Explore three scenarios ↓
THE SECURITY CHAIN
01 IDENTITY
02 SECRET
03 DATA

Quantum-resistant cryptography takes over the public-key jobs—not every part of encryption.

Three everyday
security stories.

Blue ink illustration of a mountain lake and pine trees

Post-quantum cryptography can sound abstract. But it appears in ordinary moments: opening a website, installing software, and storing a confidential file.

The transition is not a swap of one universal key. Each system combines different tools, and only the vulnerable public-key jobs need new mathematics.

THE PATH THROUGH THE TRANSITION
TODAY HYBRID TOMORROW
01

A web connection

When you visit a website

Today

Server proves its identity

X25519 or ECDH agrees a secret

AES encrypts the session

Hybrid

Keep the current certificate

Add ML-KEM to secret agreement

AES still encrypts the session

Post-quantum

ML-DSA proves identity

ML-KEM agrees a secret

AES still encrypts the session

THE POINT

The public-key handshake changes. The fast encryption protecting the page stays.

02

A software update

When a device installs code

Today

SHA-256 fingerprints the package

ECDSA signs the release

Device verifies the publisher

Hybrid

Keep the existing signature

Add an ML-DSA signature

Device checks both signatures

Post-quantum

SHA-256 fingerprints the package

ML-DSA signs the release

Device verifies the publisher

THE POINT

Code signing is about trust, not secrecy. The signature is the piece that evolves.

03

A long-term archive

When a document must stay private

Today

Create a random file key

AES-256 encrypts the document

RSA protects the small file key

Hybrid

AES-256 keeps protecting the file

Protect the file key twice

Use RSA and ML-KEM together

Post-quantum

Create a random file key

AES-256 encrypts the document

ML-KEM protects the file key

THE POINT

The document encryption remains familiar. It is the wrapped file key that must change.

The standards
behind the shift.

These are the U.S. NIST standards that define the new public-key building blocks. Names matter less than the job each one performs.

JOB COMMON TODAY POST-QUANTUM STANDARD
Key establishment RSA / ECDH / X25519 ML-KEM FIPS 203 ↗
Digital signatures RSA-PSS / ECDSA / Ed25519 ML-DSA FIPS 204 ↗
Conservative signatures SLH-DSA FIPS 205 ↗
Bulk encryption AES-256 / ChaCha20 Stays in use AES / FIPS 197 ↗
NOW FUTURE
Collect encrypted data

Some information must remain secret for years or decades.

Begin the transition

Use hybrid systems while platforms and partners catch up.

Stay protected

Use quantum-resistant public-key cryptography for long-lived trust.

Protect the data
that outlives today.

Attackers can capture encrypted information now and hold it until future quantum capability can attack today’s public-key systems. Migration takes time—so long-lived data needs a plan before the deadline is visible.

Back to the guide ↑