File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1260,7 +1260,7 @@ password always creates the same key. The low iteration count and
1260
1260
non-cryptographically secure hash algorithm allow passwords to be tested very
1261
1261
rapidly.
1262
1262
1263
- In line with OpenSSL's recommendation to use pbkdf2 instead of
1263
+ In line with OpenSSL's recommendation to use PBKDF2 instead of
1264
1264
[ ` EVP_BytesToKey ` ] [ ] it is recommended that developers derive a key and IV on
1265
1265
their own using [ ` crypto.pbkdf2() ` ] [ ] and to use [ ` crypto.createCipheriv() ` ] [ ]
1266
1266
to create the ` Cipher ` object. Users should not use ciphers with counter mode
@@ -1322,7 +1322,7 @@ password always creates the same key. The low iteration count and
1322
1322
non-cryptographically secure hash algorithm allow passwords to be tested very
1323
1323
rapidly.
1324
1324
1325
- In line with OpenSSL's recommendation to use pbkdf2 instead of
1325
+ In line with OpenSSL's recommendation to use PBKDF2 instead of
1326
1326
[ ` EVP_BytesToKey ` ] [ ] it is recommended that developers derive a key and IV on
1327
1327
their own using [ ` crypto.pbkdf2() ` ] [ ] and to use [ ` crypto.createDecipheriv() ` ] [ ]
1328
1328
to create the ` Decipher ` object.
You can’t perform that action at this time.
0 commit comments