The cryptography that protects your data today —keys, HTTPS, signatures— rests on mathematical problems that today's computers can't solve in a reasonable time. A large enough quantum computer could solve some of them. That is post-quantum cryptography: algorithms designed to resist both classical and quantum computers.
The threat isn't only in the future
You might think: "there's no quantum computer that breaks my encryption yet, so I can wait." The problem is an attack called "harvest now, decrypt later":
An adversary captures your encrypted traffic today and stores it. When quantum capability arrives in a few years, they decrypt it.
If your data must stay secret ten years from now (medical records, trade secrets, personal data), the threat is present, not future. The data you encrypt today with classical cryptography could be read tomorrow.
The new NIST standards
NIST (the U.S. standards body) finalized the first post-quantum algorithms in 2024, after years of public analysis:
- ML-KEM (formerly CRYSTALS-Kyber): for key exchange — how two parties securely agree on a shared secret.
- ML-DSA (formerly CRYSTALS-Dilithium): for digital signatures — how to verify that a message is authentic and untampered.
These are no longer academic experiments: they are standards that governments and large companies are starting to require.
Hybrid encryption: the prudent approach
Post-quantum algorithms are new, and "new" in cryptography means "less battle-tested." That's why today's best practice is hybrid: combine a well-established classical algorithm with a post-quantum one. The result breaks only if both fall at once. You gain post-quantum protection without giving up decades of trust in classical cryptography.
Where to start?
- Inventory where you use cryptography and which data must last for years.
- Prioritize long-lived data at rest (the most exposed to "harvest now").
- Adopt hybrid encryption instead of wholesale replacements.
- Use libraries that compose verified primitives, not home-made cryptography.
That last point is key, and it's the philosophy behind Quipu, a free hybrid post-quantum encryption library for data at rest. If you want to protect your data against the quantum threat, let's talk.
Xiliux