-
How to generate Elliptic Curve Cryptography (ECC) key pairs
Read more: How to generate Elliptic Curve Cryptography (ECC) key pairsElliptic Curve Cryptography (ECC) is a modern Public Key Cryptosystem. ECC is difficult to explain because of all the mathematics background you need to understand the algorithms. In this post, I’ll give you a practical approach and I’ll show you how you can generate key pairs using ECC and Python. Example of key pair generation…