crypto-presentation icon indicating copy to clipboard operation
crypto-presentation copied to clipboard

From RSA to hashes to signatures (slide 101)

Open ttaubert opened this issue 10 years ago • 2 comments

You might be planning to say this when giving the talk but I thought that the audience might not understand why we would use the hash of a document instead of just the document when signing with RSA. I think it might help to say that the length of an RSA message is bounded by the modulus length and you'll show how to deal with that later. And what's nice too is that a good hash function hides the message, due to preimage resistance :)

ttaubert avatar Dec 05 '15 04:12 ttaubert

Hmmm! I did add some information to the slide deck notes to talk about it, but I'm trying to come up with a good way to say that in a non-crypto 102 way. Maybe just say that RSA is limited to encrypting pieces of information smaller than n, aka, usually 2048 bits, and therefore encrypting large messages would be super slow?

april avatar Dec 05 '15 17:12 april

Maybe just say that RSA is limited to encrypting pieces of information smaller than n, aka, usually 2048 bits, and therefore encrypting large messages would be super slow?

That sounds great to me.

ttaubert avatar Dec 09 '15 16:12 ttaubert