Skip to content

Commit 5f81829

Browse files
authored
doc,crypto: cleanup removed pbkdf2 behaviours
PR-URL: #44733 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
1 parent 962b9ab commit 5f81829

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

doc/api/crypto.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4392,9 +4392,6 @@ otherwise `err` will be `null`. By default, the successfully generated
43924392
`derivedKey` will be passed to the callback as a [`Buffer`][]. An error will be
43934393
thrown if any of the input arguments specify invalid values or types.
43944394

4395-
If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated,
4396-
please specify a `digest` explicitly.
4397-
43984395
The `iterations` argument must be a number set as high as possible. The
43994396
higher the number of iterations, the more secure the derived key will be,
44004397
but will take a longer amount of time to complete.
@@ -4490,9 +4487,6 @@ applied to derive a key of the requested byte length (`keylen`) from the
44904487
If an error occurs an `Error` will be thrown, otherwise the derived key will be
44914488
returned as a [`Buffer`][].
44924489

4493-
If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated,
4494-
please specify a `digest` explicitly.
4495-
44964490
The `iterations` argument must be a number set as high as possible. The
44974491
higher the number of iterations, the more secure the derived key will be,
44984492
but will take a longer amount of time to complete.

0 commit comments

Comments
 (0)