/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

sethmlarson.dev
| | dadrian.io
3.3 parsecs away

Travel
| | Large-scale quantum computers are capable of breaking all of the common forms of asymmetric cryptography used on the Internet today. Luckily, they don't exist yet. The Internet-wide transition to post-quantum cryptography began in 2022 when NIST announced their final candidates for key exchange and signatures in the NIST PQC competition. There is plenty written about the various algorithms and standardization processes that are underway. The conventional wisdom is that it will take a long time to transit...
| | scottarc.blog
1.6 parsecs away

Travel
| | A very high-level view of [hybrid] post-quantum cryptography.
| | educatedguesswork.org
2.6 parsecs away

Travel
| | [AI summary] This article explains the vulnerability of current internet encryption to future quantum computers and outlines strategies for implementing post-quantum cryptographic protocols.
| | asecuritysite.com
13.6 parsecs away

Travel
| [AI summary] The provided code demonstrates the implementation of Elliptic Curve Diffie-Hellman (ECDH) key exchange using various elliptic curves. It includes functions for modular arithmetic, point operations on elliptic curves, and key generation. The code generates key pairs for Alice and Bob, computes shared secrets, and prints the results. The shared secret is derived from the x-coordinate of the resulting point. The page also includes references and licensing information for proper citation.