I’m using the Webmatrix.WebData.Security library to control the login/register functionality of my site. The CreateUserAndAccount() method hashes the password the user gives and stores it within the table webpages_Membership. I’m having trouble understanding how the method hashes it.
Could somebody help point me in the right direction?
I’m using the Webmatrix.WebData.Security library to control the login/register functionality of my site. The
Share
Assuming that you’re using the SimpleMembershipProvider, you can view the source on CodePlex.
The actual code is in the
HashPasswordmethod of System.Web.Helpers.Crypto