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.
This code is supposed to hash a password with a salt. The salt and hashed password are being saved in the database. The password itself is not.