Explore >> Select a destination


You are here

sergioprado.blog
| | mfbmina.dev
2.9 parsecs away

Travel
| | Introdução RSA is a public/private encryption algorithm and it is based on the difficulty of the factorization of the product of two large prime numbers. It was named after its creators Rivest, Shamir, and Adleman. It is an expensive algorithm, computationally speaking, and because of this, it is not common to use it directly, but it is still widely used in the market and is one of the most important encryption algorithms. As an example, OpenSSL implements this algorithm for generating keys and it is com...
| | andrea.corbellini.name
3.3 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.
| | artsy.github.io
2.6 parsecs away

Travel
| | Encrypting ActiveRecord Fields Without Downtime. May 30,...
| | mherman.org
25.8 parsecs away

Travel
| Let's look at how to Dockerize a React app.