Building a demo of the Bleichenbacher RSA attack in Rust

from blog ntietz.com blog, | ↗ original
Recently while reading Real-World Cryptography, I got nerd sniped1 by the mention of Bleichenbacher's attack on RSA. This is cool, how does it work? I had to understand, and to understand something, I usually have to build it. Well, friends, that is what I did. I implemented RSA from scratch, wrote the attack to decrypt a message, and made a web...