We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2252714 commit d40b2c8Copy full SHA for d40b2c8
doc/api/deprecations.md
@@ -969,7 +969,7 @@ avoided as they use a weak key derivation function (MD5 with no salt) and static
969
initialization vectors. It is recommended to derive a key using
970
[`crypto.pbkdf2()`][] and to use [`crypto.createCipheriv()`][] and
971
[`crypto.createDecipheriv()`][] to obtain the [`Cipher`][] and [`Decipher`][]
972
-object, respectively.
+objects respectively.
973
974
[`--pending-deprecation`]: cli.html#cli_pending_deprecation
975
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
0 commit comments