Skip to content

Commit 6758c63

Browse files
panvajuanarbol
authored andcommitted
doc,crypto: cleanup removed pbkdf2 behaviours
PR-URL: #44733 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]>
1 parent 2e87cdd commit 6758c63

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
@@ -4309,9 +4309,6 @@ otherwise `err` will be `null`. By default, the successfully generated
43094309
`derivedKey` will be passed to the callback as a [`Buffer`][]. An error will be
43104310
thrown if any of the input arguments specify invalid values or types.
43114311

4312-
If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated,
4313-
please specify a `digest` explicitly.
4314-
43154312
The `iterations` argument must be a number set as high as possible. The
43164313
higher the number of iterations, the more secure the derived key will be,
43174314
but will take a longer amount of time to complete.
@@ -4407,9 +4404,6 @@ applied to derive a key of the requested byte length (`keylen`) from the
44074404
If an error occurs an `Error` will be thrown, otherwise the derived key will be
44084405
returned as a [`Buffer`][].
44094406

4410-
If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated,
4411-
please specify a `digest` explicitly.
4412-
44134407
The `iterations` argument must be a number set as high as possible. The
44144408
higher the number of iterations, the more secure the derived key will be,
44154409
but will take a longer amount of time to complete.

0 commit comments

Comments
 (0)