473,378 Members | 1,066 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

using HTTPS for a login page

I have a login page on a Windows IIS server: login.aspx

I'd like to enable the user to optionally use HTTPS to login
so that their password would not be easily snooped out.

What does this involve exactly?
I know that you use a https prefix instead of http, but that's it.

Is there configuration of directories necessary?
Got a good website for this basic info on https?

Also, I'll issue the user with a cookie (not persistent) once they log
in. It will be a session cookie created using the user name and
MachineKey alone... if this cookie were intercepted would an attacker be
able to use this for a replay attack? i.e. would I need to use https for
every page on the site where you need to be logged in to access or just
the login page? I know that Yahoo mail only uses https on the login page

Cheers!
--

"I hear ma train a comin'
.... hear freedom comin"
Nov 18 '05 #1
7 2000
rf
Stimp wrote:
I have a login page on a Windows IIS server: login.aspx

I'd like to enable the user to optionally use HTTPS to login
so that their password would not be easily snooped out.


Optionally?

Hmmm.

A user who does not know what HTTPS means (most of them) would be unlikely
to worry about choosing one way or the other.

A user who does know what HTTPS means would *expect* you to use this and a
few other things as well to make things secure. [1].

If you need to ask this question here then IMHO you really need to rethink
your entire security setup :-) Or is this just for a blog?

[1] One of the institutions I deal with uses HTTPS etc but if I forget my
password I can get it back, online, using two peices of information: 1) My
account number and 2) my date of birth. Now, if somebody finds out my
account number (a very loosely guarded secret) they can surely find out my
DOB, which is after all in the public domain at the registry of births
deaths and marriages. I no longer deal with that institution online.

--
Cheers
Richard.
Nov 18 '05 #2
rf
Stimp wrote:
I have a login page on a Windows IIS server: login.aspx


Ah, another bloody idiot who has set followups to something other than the
many disparate newsgroups mentioned in the original post.

Do you know that people in those other newsgroups (like alt.html) will not
see any of the posts made by other people from those groups? They will
assume nobody has answered the question and thus will waste their time
anwering again.

--
Cheers
Richard.
Nov 18 '05 #3
On Mon, 23 Aug 2004 rf <rf@.> wrote:
Stimp wrote:
I have a login page on a Windows IIS server: login.aspx

I'd like to enable the user to optionally use HTTPS to login
so that their password would not be easily snooped out.
A user who does not know what HTTPS means (most of them) would be unlikely
to worry about choosing one way or the other.


Take a look at Yahoo Mail.. it allows the user to select 'Standard' or
'Secure' login.. obviously they will know that a 'Secure' login will
make their password 'more hidden' from surprise attacks

You should probably give people more credit
account number (a very loosely guarded secret) they can surely find out my
DOB, which is after all in the public domain at the registry of births
deaths and marriages. I no longer deal with that institution online.


The rest of your post has no useful information whatsoever.. what a
waste of your time :)

--

"I hear ma train a comin'
.... hear freedom comin"
Nov 18 '05 #4
"rf" <rf@.invalid> wrote in message
news:V9****************@news-server.bigpond.net.au...
Ah, another bloody idiot who has set followups to something other than the
many disparate newsgroups mentioned in the original post.

Do you know that people in those other newsgroups (like alt.html) will not
see any of the posts made by other people from those groups? They will
assume nobody has answered the question and thus will waste their time
anwering again.


If the OP hadn't cross-posted in the first place...
Nov 18 '05 #5
Poor thing. Sounds like someone wasn't picked for the kickball team in
kindergarden and is still bitter. Lighten up, dude.

"rf" <rf@.invalid> wrote in message
news:V9****************@news-server.bigpond.net.au...
Stimp wrote:
I have a login page on a Windows IIS server: login.aspx


Ah, another bloody idiot who has set followups to something other than the
many disparate newsgroups mentioned in the original post.

Do you know that people in those other newsgroups (like alt.html) will not
see any of the posts made by other people from those groups? They will
assume nobody has answered the question and thus will waste their time
anwering again.

--
Cheers
Richard.

Nov 18 '05 #6
On Mon, 23 Aug 2004 rf <rf@.> wrote:

Ah, another bloody idiot who has set followups to something other than the
many disparate newsgroups mentioned in the original post.

"USENET troll in obnoxious posting shocker!"

--

"I hear ma train a comin'
.... hear freedom comin"
Nov 18 '05 #7
PL
> What does this involve exactly?
I know that you use a https prefix instead of http, but that's it.


Buing a certificate for your domain and installing in into IIS.

If it's an "intranet" type of application you can download the
IIS Resourcekit Tools and generate one to use, but you'll
never get past the warnings.

PL.
Nov 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Rujuta Gandhi | last post by:
Hi All, I am facing a very crucial problem. Im developing a web application using .net studio 2005(beta). I want my Login.aspx page to be secured(https) for encrypted login information...
2
by: tperri | last post by:
Hi all. What I'm wondering how to implement the following scenario: I have the main page for my site with login and password fields. I want to be able to do some processing of the login in an...
1
by: dmbkiwi | last post by:
I've been using urllib2 to try and automate logging into the google adsense page. I want to download the csv report files, so that I can do some analysis of them. However, I don't really know...
2
by: sebastien.varoteaux | last post by:
Hi all, I have an aspx page which must contains two forms... I know that it's impossible but my client wants a login form in all pages... The login must be secured and all the website can't be...
0
by: msnews.microsoft.com | last post by:
I have been raking my brains on why this does not work. I get back the same login screen again instead of the home page redirection which should occur after a successful login: 'create a cookie...
12
by: Wilhelm Kutting | last post by:
Hello, i got a little understanding Problem. on some http-Sites i can log into my Account with Name/Passwort. The Form-Login-Page ist only http with form action directing to a "secure" https page....
1
by: jdp | last post by:
I've created an asp.net 2.0 site that has secure and non secure pages so, obviously, it has a login page. The web.sitemap file has the url set to the relative location of the page, meaning https...
6
by: nganapat | last post by:
I am trying to post form values to a https web page programmatically using Httpwebrequest but no matter what I do the same login page is returned instead of the next page. I would very much...
6
by: Ulrich Schmidt | last post by:
Hello NG, I'm looking for a while for doc's to understand how to delelop my own https client to automate some tasks. The website, I try to use for example, contains a javasript to provide for...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.