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 @@ -1250,7 +1250,7 @@ password always creates the same key. The low iteration count and
1250
1250
non-cryptographically secure hash algorithm allow passwords to be tested very
1251
1251
rapidly.
1252
1252
1253
- In line with OpenSSL's recommendation to use pbkdf2 instead of
1253
+ In line with OpenSSL's recommendation to use PBKDF2 instead of
1254
1254
[ ` EVP_BytesToKey ` ] [ ] it is recommended that developers derive a key and IV on
1255
1255
their own using [ ` crypto.pbkdf2() ` ] [ ] and to use [ ` crypto.createCipheriv() ` ] [ ]
1256
1256
to create the ` Cipher ` object. Users should not use ciphers with counter mode
@@ -1312,7 +1312,7 @@ password always creates the same key. The low iteration count and
1312
1312
non-cryptographically secure hash algorithm allow passwords to be tested very
1313
1313
rapidly.
1314
1314
1315
- In line with OpenSSL's recommendation to use pbkdf2 instead of
1315
+ In line with OpenSSL's recommendation to use PBKDF2 instead of
1316
1316
[ ` EVP_BytesToKey ` ] [ ] it is recommended that developers derive a key and IV on
1317
1317
their own using [ ` crypto.pbkdf2() ` ] [ ] and to use [ ` crypto.createDecipheriv() ` ] [ ]
1318
1318
to create the ` Decipher ` object.
You can’t perform that action at this time.
0 commit comments