How to create a asp.net membership provider hashed password manually?
I’m using a website as a frontend and all users are authenticated with the standard ASP.NET Membership-Provider. Passwords are saved “hashed” within a SQL-Database.
I’m using a website as a frontend and all users are authenticated with the standard ASP.NET Membership-Provider. Passwords are saved “hashed” within a SQL-Database.
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.