Skip to content

Commit 57dac53

Browse files
panvaRafaelGSS
authored andcommitted
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 f497368 commit 57dac53

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/api/crypto.md

-6
Original file line numberDiff line numberDiff line change
@@ -4378,9 +4378,6 @@ otherwise `err` will be `null`. By default, the successfully generated
43784378
`derivedKey` will be passed to the callback as a [`Buffer`][]. An error will be
43794379
thrown if any of the input arguments specify invalid values or types.
43804380

4381-
If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated,
4382-
please specify a `digest` explicitly.
4383-
43844381
The `iterations` argument must be a number set as high as possible. The
43854382
higher the number of iterations, the more secure the derived key will be,
43864383
but will take a longer amount of time to complete.
@@ -4476,9 +4473,6 @@ applied to derive a key of the requested byte length (`keylen`) from the
44764473
If an error occurs an `Error` will be thrown, otherwise the derived key will be
44774474
returned as a [`Buffer`][].
44784475

4479-
If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated,
4480-
please specify a `digest` explicitly.
4481-
44824476
The `iterations` argument must be a number set as high as possible. The
44834477
higher the number of iterations, the more secure the derived key will be,
44844478
but will take a longer amount of time to complete.

0 commit comments

Comments
 (0)