Conversation
Codecov Report
@@ Coverage Diff @@
## master #886 +/- ##
=======================================
Coverage 45.04% 45.04%
=======================================
Files 178 178
Lines 12603 12603
=======================================
Hits 5677 5677
Misses 6926 6926Continue to review full report at Codecov.
|
|
This does not change the results, right? |
|
Yes, this change the results of the output hash |
|
I think it is not compatible with scrypt. In RFC 7914, it is fixed at |
|
Because scrypt add extra security layer (and this method is used only with scrypt), maybe is not needed. If you want i can remove all changes except the unit test |
|
Yes, please. |
vncoelho
left a comment
There was a problem hiding this comment.
Sounds very good, Shargon.
Just this time assert that is funny...aheuahuea
Maybe just report the time for now.
* 调整样式,兼容 IE10+ * 修复 Edge 兼容性问题
* Strengthen PBKDF2 * Update SCrypt.cs * Scrypt DeriveKey ut * Deterministic behaviour
The number of iterations is set to only to 1, last NIST recommendation (from 2016) is 10.000 (https://pages.nist.gov/800-63-3/sp800-63b.html#sec5).