Re: The minimum RSA message size
- From: "Joseph Ashwood" <ashwood@xxxxxxx>
- Date: Sat, 23 May 2009 04:42:35 -0700
"Dmitry Sychov" <dmitry.sychov@xxxxxxxxx> wrote in message news:9701557d-068c-4cfd-be4f-d32187a49077@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
RSA Masters!
I'am trying to figure out what should be the minimum acceptable
message length to encode for RSA-1024, RSA-2048 with e = 3;
so for RSA-1024 i guess it should be >= 11 bits, for RSA-2048 >= 13
bits
but what are the 'safe' numbers?
internet search reveals nothing!
It really depends on how you are using RSA. Search for OAEP-RSA, I've found that most people have little difficulty implementing the PKCS #1 standard for OAEP at http://www.rsa.com/rsalabs/node.asp?id=2125 . As long as you stick with OAEP, you shouldn't have any problems with messages being too short.
Joe
.
- References:
- The minimum RSA message size
- From: Dmitry Sychov
- The minimum RSA message size
- Prev by Date: Re: The minimum RSA message size
- Next by Date: Re: The minimum RSA message size
- Previous by thread: Re: The minimum RSA message size
- Next by thread: Re: The minimum RSA message size
- Index(es):
Loading