I compiled a list of open-source post-quantum tools and libraries
1 ncseofficial 2 6/13/2025, 4:51:33 AM
We recently had to review our cryptographic stack for long-term compliance. We’re not a bank or a government contractor, but we do handle sensitive data that needs to stay secure for 10+ years.
I fell into a rabbit hole of post-quantum cryptography and ended up writing a fairly deep guide. It covers stuff like Kyber, Dilithium, liboqs, PQClean, and hybrid key exchange with OpenSSL.
I tried to keep it practical includes working code examples, trade-offs, and where the standards are headed including the finalized NIST picks. Also added some notes on real-world use cases.
If anyone here is working on something similar or already rolling out PQC in production, would love to hear what libraries or strategies you're using.
Would love to hear how you’ve approached performance trade-offs, especially around key sizes and hybrid models. Also curious if you explored any post-quantum options for recovery flows or user-facing backup systems.
Great to see more people tackling this beyond government or financial sectors.