Nov 26, 2024 6 min
Handshake: ECDH between Ruby on Rails and Web Crypto APIs
T he handshake process plays a pivotal role in establishing a foundation of trust and encryption. One such robust and efficient method is the Elliptic-Curve Diffie-Hellman ( ECDH ) key exchange…
Jul 6, 2021 2 min
Coinbase transactions with Python and Pandas
Coinbase provides an API to interact with the platform, check the documentation at https://developers.coinbase.com/api/v2 .