mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
be clearer that 65537 is the right answer (#3714)
* be clearer that 65537 is the right answer * Different language * remove trailing whitespace
This commit is contained in:
parent
33a41e75d2
commit
3dccf6a87d
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ mathematical properties`_.
|
|||
provide more security, currently ``1024`` and below are considered
|
||||
breakable, and ``2048`` or ``4096`` are reasonable default key sizes for
|
||||
new keys. The ``public_exponent`` indicates what one mathematical property
|
||||
of the key generation will be, ``65537`` should almost always be used.
|
||||
of the key generation will be. Unless you have a specific reason to do
|
||||
otherwise, you should always `use 65537`_.
|
||||
|
||||
.. doctest::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue