.NET Passwords

Consider using Identity, Google, domain authentication, or some other solution for authentication, rather than building your own username/password database.

But, if you are doing it anyway, here's some code to get you started:

View code on GitHub

Comments

Popular posts from this blog

C# Record Serialization

Add timestamp to photo using ImageMagick

Read/write large blob to SQL Server from C#