I am hashing password together with a user login and saving it in the database as VARBINARY 20 bytes long.
Now, I am trying to build Login page in asp.net. How can I source the password value from database to compare it with the one provided by the user? I use SqlDataReader to read the database.
Regards,
Bartosz