Wednesday, January 28, 2004
How to keep encrypted passwords (in the database)
How To: Use Forms Authentication with SQL Server 2000
Key ideas:
using System.Security.Cryptography;
using System.Web.Security;
RNGCryptoServiceProvider
Hash, Salt
Key ideas:
using System.Security.Cryptography;
using System.Web.Security;
RNGCryptoServiceProvider
Hash, Salt