Lisa
✅ Help with a project
Have you tried looking at libraries instead of apis? You can easily get the notes out with something like https://github.com/melanchall/drywetmidi
11 replies
Issue with unit test for Argon2-based password hash service
This is because you are using
argon2Config.EncodeString
EncodeString includes information about how the hash was computed, including the salt. In this case the provided salt is ignored and the salt from the hashstring is used.25 replies