File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
12601260non-cryptographically secure hash algorithm allow passwords to be tested very
12611261rapidly.
12621262
1263- In line with OpenSSL's recommendation to use pbkdf2 instead of
1263+ In line with OpenSSL's recommendation to use PBKDF2 instead of
12641264[ ` EVP_BytesToKey ` ] [ ] it is recommended that developers derive a key and IV on
12651265their own using [ ` crypto.pbkdf2() ` ] [ ] and to use [ ` crypto.createCipheriv() ` ] [ ]
12661266to 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
13221322non-cryptographically secure hash algorithm allow passwords to be tested very
13231323rapidly.
13241324
1325- In line with OpenSSL's recommendation to use pbkdf2 instead of
1325+ In line with OpenSSL's recommendation to use PBKDF2 instead of
13261326[ ` EVP_BytesToKey ` ] [ ] it is recommended that developers derive a key and IV on
13271327their own using [ ` crypto.pbkdf2() ` ] [ ] and to use [ ` crypto.createDecipheriv() ` ] [ ]
13281328to create the ` Decipher ` object.
You can’t perform that action at this time.
0 commit comments