Convert ASP.NET Membership Passwords from Encrypted to Hashed
I've developed a website that uses ASP.NET membership. Based on comments from previous sites, I decided to encrypt passwords so they could be recovered for users who forgot them. However, the new site (which now has over 500 registered users) has brought me some criticism that the industry standard is really to hash passwords. However, after a fairly extensive search, I have been unable to find anything about how to convert existing users' passwords from encrypted to hashed. I know I can change the web.config file, and new users' passwords will use the new format. But it does nothing to update