Go introduced a new library called Elliptic Curve Diffie Hellman(crypto/ecdh) in v1.20. Let's see how to use this library to exchange encrypted data between two entities without sharing the secret that was used to encrypt the data. Generate public ke...
ยท
Alwin is a Software Engineer at heart. By being a good Software Engineer he tries to solve Product Engineering problems.