Displaying 1 result from an estimated 1 matches for "1023bit".
Did you mean:
100mbit
2019 Apr 11
4
Understanding Problem with rsa min key length 1024
...make
that clear, that is not about allowing lower keys in general.
Personally i would tend to use even longer keys(2048bit+).
However Due nature of RSA-algorithm in case of 1024bit this might result
in a key length of 1023 or 1024 bit.
By default with a RSA Min Key length of 1024 this means all 1023bit
length keys are rejected, while there is no real advantage regarding the
complexity of the key when enforcing 1024bit length only.
So here my question, would rejecting the 1023 bit keys not simply limit
the range of possible keys and therefore lower security of the
encryption?
So shouldn't...