Skip to content

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() and ParseSectionIntegrity()
    • Address the need to call `ReadOnlySpan.ToString().
  • ParseSectionSalt() and ParseSectionPayload()
    • Check bytes read vs bytes desired validation is correct.