SimplePassword
Dec 04
As a Kata, and a reason to look into how to create NuGet packages, I was playing around and made a SaltedPasswordHash data type yesterday. Someone might find it useful, or learn something from it. The source code is on GitHub. If someone would want to use it in their own project its easy to get the binary from NuGet: PM> Install-Package SimplePassword.dll Using it...
Read More