Remove/rewrite KDF.Complexity related derivation methods to include salt #10
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are a couple of such methods that use random salt under hood that is a hard to find bug, as on each invocation it derived different values. Salt should be provided explicitly, random salt should not be used in such calls