Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6293240

Browse filesBrowse 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 6a2f198 commit 6293240
Copy full SHA for 6293240

File tree

Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
-6Lines changed: 0 additions & 6 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.