|
You are here |
sethmlarson.dev | ||
| | | | |
dadrian.io
|
|
| | | | | 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
|
|
| | | | | A very high-level view of [hybrid] post-quantum cryptography. | |
| | | | |
educatedguesswork.org
|
|
| | | | | [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
|
|
| | | [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. | ||