Factoring "short-sleeve" RSA keys with polynomials
https://blog.trailofbits.com/2026/06/12/factoring-short-sleeve-rsa-keys-with-polynomials/
#HackerNews #factoring #RSA #cryptography #polynomials #cybersecurity #hacking
Factoring "short-sleeve" RSA keys with polynomials
https://blog.trailofbits.com/2026/06/12/factoring-short-sleeve-rsa-keys-with-polynomials/
#HackerNews #factoring #RSA #cryptography #polynomials #cybersecurity #hacking
Alright, future engineers!
**Factoring** breaks a polynomial into simpler expressions (factors) that multiply to it. Ex: `x^2+5x+6 = (x+2)(x+3)`. Pro-Tip: Always look for a Greatest Common Factor (GCF) first!
I've been making plots of the sets of roots of some polynomials. They look more interesting than I'd expected! And I've been making sounds from them, too. I have a bunch on this page of my website (I'll probably be adding more). Click on the images to embiggen them, and if you're in a hurry, the last sound on the page is the most catchy. https://www.madandmoonly.com/doctormatt/sound/littlewoodPolynomials/
#mathematics #math #maths #polynomials #sonification #illustration #sound
A now a message from the Society for the Protection of Polynomials.
Hi! We at the Society for the Protection of Polynomials remind you that factoring a polynomial is not a harmless operation. Whenever you factor a polynomial, you are causing untold damage to it.
Don't factor polynomials.
Keep them whole.
This was a message from the Society for the Protection of Polynomials.
Notes on Lagrange Interpolating Polynomials
https://eli.thegreenplace.net/2026/notes-on-lagrange-interpolating-polynomials/
#HackerNews #LagrangeInterpolate #Polynomials #Math #Education #DataScience #Algorithms