AdventureWorks2012 DB - how the password was stored and how the password validated?
问题 I got AdventureWorks2012 DB from http://msftdbprodsamples.codeplex.com/releases/view/55330 and trying to ValidatePassword from Person.Password table. 'PasswordHash' column description says "Password for the e-mail account." and 'PasswordSalt' column description says "Random value concatenated with the password string before the password is hashed." Here are the sample data from the DB: BusinessEntityID, PasswordHash, PasswordSalt, EmailAddress ---------------- --------------------------------