Tag Archives: ecdh

Elliptic Curve Diffie-Hellman Key Agreement

Introduction A tutorial on Elliptic Curve Cryptography by Johannes Bauer is a pre-requisite to this post. All you’ll see here is point addition and doubling of points using Java’s BigInteger and ECPoint classes. ECC Parameters The parameters used here are … Continue reading

Posted in cryptography, programming, security | Tagged , , | Leave a comment