Remix.run Logo
pigeons 3 days ago

> I remember being given a proof of why RSA encryption is secure

With what assumptions?

MattPalmer1086 3 days ago | parent [-]

Mostly just integer factorisation of large numbers is hard.

There are some other things you have to worry about practically, e.g Coppersmith's attack, and padding schemes (although that wasn't part of the proof I was given)