Pbkdf2Hash needs to be reviewed
After the down port from netstandard2.1
to netstandard2.0
, Pbkdf2Hash needs to be gone over.
Specifically the netstandard2.0
code for:
-
ParseSectionIterations()
andParseSectionIntegrity()
- Address the need to call `ReadOnlySpan.ToString().
-
ParseSectionSalt()
andParseSectionPayload()
- Check bytes read vs bytes desired validation is correct.