G
Guest
Hello,
I am using the Microsoft CreateUser control for my users. It stores the
password as well as the answer to the security question in Hash format. I
need to know how I can write my own code to compair the Hashed answer with
what the user types in. I know I cannot un-hash the answer. I want to take
what they give me and hash it, then compair the two. I have tried several
hash algorithems. I even tried to use
FormsAuthentication.HashPasswordForStoringInConfigFile on the answer by it
did not work.
Thank you for your help.
Michael
I am using the Microsoft CreateUser control for my users. It stores the
password as well as the answer to the security question in Hash format. I
need to know how I can write my own code to compair the Hashed answer with
what the user types in. I know I cannot un-hash the answer. I want to take
what they give me and hash it, then compair the two. I have tried several
hash algorithems. I even tried to use
FormsAuthentication.HashPasswordForStoringInConfigFile on the answer by it
did not work.
Thank you for your help.
Michael