N
nigeaman
Hi
I am using the SQLMembershipProvider (SQL Server 2000) in ASP.NET 2.0 for
forms authentication using a hashed password format.
I am trying to compare a password the users enters with a list of old
passwords the user has set and then restrict users entering the same password
when they attempt to change their password.
I have created the new audit table to store a copy of the passwords and salt
values from the aspnet_membership table but cannot hash a password entered by
the user to match the password in the database.
I have a password in clear text and the encrypted salt value retreived from
the aspnet_membership table. What actions do I need to perform on both to get
the encrypted password result that is stored in the aspnet_membership table ?
Thanks in advance
Nige
I am using the SQLMembershipProvider (SQL Server 2000) in ASP.NET 2.0 for
forms authentication using a hashed password format.
I am trying to compare a password the users enters with a list of old
passwords the user has set and then restrict users entering the same password
when they attempt to change their password.
I have created the new audit table to store a copy of the passwords and salt
values from the aspnet_membership table but cannot hash a password entered by
the user to match the password in the database.
I have a password in clear text and the encrypted salt value retreived from
the aspnet_membership table. What actions do I need to perform on both to get
the encrypted password result that is stored in the aspnet_membership table ?
Thanks in advance
Nige