returning authentication from hash password

T

TG

I have code to encrypt a password using the
FormsAuthentication.HashPasswordForStoringInConfigFile but I need to
know how to take that hash password and return it back to the form
having authenticated it from the database and allowing the user to
continue with their session.

Thanks
TG
 
K

Karl Seguin

I've never used HashPasswordForStoringInConfigFile, but the entire point of
Hash' is that you can turn them back to a string from the hash. You use
them by creating a hash, then taking a user input, and instead of unhashing
the first one, you hash the user input and comapre the two hashed values.

Karl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top