Rfc2898DeriveBytes should reuse arrays during chained HMAC invocations. #20544
Labels
area-System.Security
enhancement
Product code improvement that does NOT require public API changes/additions
tenet-performance
Performance related issue
Milestone
Rfc2898DeriveBytes provides an implementation for the PBKDF2 algorithm.
This algorithm does quite a lot of HMAC.ComputeHash calls, each of which marshals back and forth to native code and creates a byte[] to emit the answer into.
The text was updated successfully, but these errors were encountered: