I agree with Raterus.
Here is an excellent article on salting hashes:
http://www.dotnetjunkies.com/Tutoria...28327FF14.dcik
- gsk.
http://www.meblogic.com
"Devin" <> wrote in message
news:4FDADCFD-5E01-44BA-BEF0-...
> I would like to start blocking some people from visiting certian pages of
my website. I looked at all of the forms authentication pages and that seems
extremly confusing. I was thinking about just hashing(?) the password asn
storing them in an SQL database. Then on the pages that I want, using a
sessions varible to verify that they are authenticated, I will allow access.
>
> Anyone have any suggestions? Will this work and if so, how do you hash(?)
passwords? Any good links? If it won't work, does anyone have any good links
to articles about how to write authentication code.
>
> Thanks
>
> Devin