|
|
|
|
|
by dmurdoch
2541 days ago
|
|
From my understanding and maybe I'm wrong here, he means that they tend to not roll their own ECC implementations. From the video, one of his major complaints is that people learn RSA in their first year of university, understand the math, then roll their own. How hard can it be, its modulo and exponents. People don't tend to do this with ECC. They just pick a library. You are right in saying that the same roll your own problems that occur with RSA would occur with ECC. |
|
I never roll my own encryption, and most developers don't (unless they're just playing with stuff and learning how to understand it; and not use it in production). I stick to standard tools and libraries like Legion of the Bouncy Castle and pypi RSA.
I wish this article covered the way most developers interact with RSA libraries and showing us those specific problems.