Password management made easy in ASP.NET with the Crypto API

If you are building your own database of credentials then you need to store passwords. I won’t go into the details of why (but you can read them here), but the modern way of doing it is with password stretching (or iterative hashing) using the Rfc2898DeriveBytes class. This class generates a salt and then uses … Continue reading Password management made easy in ASP.NET with the Crypto API