Re: Is it possible at all to secure an unencrypted website?
- From: "Joe Kaplan" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 7 Feb 2009 11:21:54 -0600
Your analysis is correct. If you want it to be secure, you really need to consider SSL. Session cookies or cookies that supply authentication information are just as easily intercepted as query string parameters if the plaintext HTTP data can be sniffed.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
"LenaMsdn08" <LenaMsdn08@xxxxxxxxxxxxxxxx> wrote in message news:F7B2F251-62B1-410D-8C55-C6995AA65B21@xxxxxxxxxxxxxxxx
We recently had this discussion at work - someone had suggested implementing
single sign-on by passing a random 32-byte key in the query string and match
it against a database that is used by both applications. Both sites are
written in ASP.NET 1.1
It was pointed out that passing this key in the query string was a huge
security hole; anyone who intercepted the request on the Internet could then
use the key to log in.
On the other hand, wouldn't any unencrypted (using http, not https) website
be vulnerable pretty much no matter what you do? For example, even if the
session object is server-side, isn't the cookie that stores the session ID
passed in the HTTP request, so just as well as intercepting the query string,
couldn't someone intercept the cookie and hijack the session?
(My apologies for the lack of correct terminology in this post.)
.
- Follow-Ups:
- Re: Is it possible at all to secure an unencrypted website?
- From: LenaMsdn08
- Re: Is it possible at all to secure an unencrypted website?
- References:
- Is it possible at all to secure an unencrypted website?
- From: LenaMsdn08
- Is it possible at all to secure an unencrypted website?
- Prev by Date: Is it possible at all to secure an unencrypted website?
- Next by Date: Re: Is it possible at all to secure an unencrypted website?
- Previous by thread: Is it possible at all to secure an unencrypted website?
- Next by thread: Re: Is it possible at all to secure an unencrypted website?
- Index(es):
Relevant Pages
|