Re: Key Sizes

Chromium's implementation limits the modulus size to:
     >= 256 bits   and <= 16384 bits

When it comes to generating RSA keys.

On Fri, Feb 26, 2016 at 3:30 PM, Ryan Sleevi <sleevi@google.com> wrote:

>
>
> On Fri, Feb 26, 2016 at 3:21 PM, David Leon Gil <coruus@gmail.com> wrote:
>
>> 1. Do any implementations limit support for short RSA keys? (I actually
>> doubt it.)
>>
>
> Yes
>
>
>>
>> 2. Do any implementations have maximum sizes for RSA keys? (Not sure
>> whether they do.)
>
>
> Yes. OS X, for example, caps at 8K.
>

Received on Friday, 26 February 2016 23:41:53 UTC