Explore >> Select a destination


You are here

pbrisbin.com
| | initialcommit.com
3.6 parsecs away

Travel
| | In modern web applications, the data exchange between front-end and back-end is usually done dynamically through javascript.
| | blog.miguelgrinberg.com
2.9 parsecs away

Travel
| | miguelgrinberg.com
| | timperrett.com
3.5 parsecs away

Travel
| | Thanks for taking the time to stop by! I try to post every few weeks on topics ranging from niche aspects of computer programming to organizational and business challenges. By all means subscribe to the RSS feed!
| | andrea.corbellini.name
27.1 parsecs away

Travel
| [AI summary] The text discusses the fundamentals of Elliptic Curve Cryptography (ECC), focusing on Elliptic Curve Diffie-Hellman (ECDH) and Elliptic Curve Digital Signature Algorithm (ECDSA). It explains how ECDH enables secure key exchange and how ECDSA allows for digital signatures. The text also covers the importance of secure random number generation in ECDSA, highlighting the risks of using a predictable or static secret key, as seen in the PlayStation 3 incident. The discussion includes code examples for ECDH and ECDSA operations and the consequences of poor implementation practices. The text concludes by mentioning future articles on solving discrete logarithms and ECC compared to RSA.