Comment on With public key cryptography, why can't someone decrypt a message using the public key?

<- View Parent
hikaru755@feddit.de ⁨2⁩ ⁨months⁩ ago

Yup, you got it. Even the solution to your confusion. Good encryption algorithms are set up so that even the smallest possible change in the input (a single flipped bit) will produce a completely different result. So yeah, if you have just a small set of exact possible messages that could be sent, you can find out which one it was by encrypting it yourself and comparing your result to what was sent. But there is a super easy protection against this - just add some random data to the end of the message before encrypting it. The more, the harder it will be to crack.

source
Sort:hotnewtop