Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP.NET Security and Webpages

Reply
Thread Tools

ASP.NET Security and Webpages

 
 
=?Utf-8?B?RGV2aW4=?=
Guest
Posts: n/a
 
      06-10-2004
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
 
Reply With Quote
 
 
 
 
Raterus
Guest
Posts: n/a
 
      06-10-2004
Look at Forms Authentication again, start small. Of course new concepts are going to be confusing at first, but that certainly doesn't mean you should avoid it, you'll never be a good programmer if you never learn!. Don't settle for your own way of doing it just because you feel comfortable doing it that way, You are bound to introduce more holes in your system doing it that way than to work with a tried and true technology.

"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

 
Reply With Quote
 
 
 
 
GSK
Guest
Posts: n/a
 
      06-10-2004
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



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Webpages and JavaScript SmilingPolitely HTML 4 10-24-2005 01:22 PM
Renaming of webpages and links Deryck HTML 3 10-13-2004 10:00 PM
FireFox and Zooming in/out on pictures on webpages.... Jeff Ingram Firefox 2 05-23-2004 06:38 AM
Weird random words appearing and IE6 stopped fetching webpages. El Pea Computer Support 4 01-11-2004 10:38 PM
IT-Security, Security, e-security COMSOLIT Messmer Computer Support 0 09-05-2003 08:34 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57