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 @@ -1099,7 +1099,7 @@ password always creates the same key. The low iteration count and
1099
1099
non-cryptographically secure hash algorithm allow passwords to be tested very
1100
1100
rapidly.
1101
1101
1102
- In line with OpenSSL's recommendation to use pbkdf2 instead of
1102
+ In line with OpenSSL's recommendation to use PBKDF2 instead of
1103
1103
[ ` EVP_BytesToKey ` ] [ ] it is recommended that developers derive a key and IV on
1104
1104
their own using [ ` crypto.pbkdf2() ` ] [ ] and to use [ ` crypto.createCipheriv() ` ] [ ]
1105
1105
to create the ` Cipher ` object. Users should not use ciphers with counter mode
@@ -1154,7 +1154,7 @@ password always creates the same key. The low iteration count and
1154
1154
non-cryptographically secure hash algorithm allow passwords to be tested very
1155
1155
rapidly.
1156
1156
1157
- In line with OpenSSL's recommendation to use pbkdf2 instead of
1157
+ In line with OpenSSL's recommendation to use PBKDF2 instead of
1158
1158
[ ` EVP_BytesToKey ` ] [ ] it is recommended that developers derive a key and IV on
1159
1159
their own using [ ` crypto.pbkdf2() ` ] [ ] and to use [ ` crypto.createDecipheriv() ` ] [ ]
1160
1160
to create the ` Decipher ` object.
You can’t perform that action at this time.
0 commit comments