diff options
author | Jack Lloyd <[email protected]> | 2020-09-26 13:10:25 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-11-05 10:40:42 -0500 |
commit | 9ef63a29159ef10dfbabd46a020065234b339b02 (patch) | |
tree | f2dad345635ff3aa6bc99214c368554a2c9f1505 /doc | |
parent | d802f619e18b4976bb2556d34620536b8481f817 (diff) |
Remove PBKDF1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api_ref/pbkdf.rst | 7 | ||||
-rw-r--r-- | doc/deprecated.rst | 2 |
2 files changed, 0 insertions, 9 deletions
diff --git a/doc/api_ref/pbkdf.rst b/doc/api_ref/pbkdf.rst index 92f59f278..654316573 100644 --- a/doc/api_ref/pbkdf.rst +++ b/doc/api_ref/pbkdf.rst @@ -181,10 +181,3 @@ iteration count (this should be significantly larger than the size of the longest passphrase that might reasonably be used; somewhere from 1024 to 65536 would probably be about right). Using both a reasonably sized salt and a large iteration count is highly recommended to prevent password guessing attempts. - -PBKDF1 -^^^^^^^^^^^^ - -PBKDF1 is an old scheme that can only produce an output length at most -as long as the hash function. It is deprecated and will be removed in -a future release. It is not supported through :cpp:class:`PasswordHash`. diff --git a/doc/deprecated.rst b/doc/deprecated.rst index e9f495f89..fd4c1454a 100644 --- a/doc/deprecated.rst +++ b/doc/deprecated.rst @@ -69,8 +69,6 @@ in a future major release. - CBC-MAC -- PBKDF1 key derivation - - GCM support for 64-bit tags - Weak or rarely used ECC builtin groups including "secp160k1", "secp160r1", |