How to encrypt password forms in my web app? (Can't SSL)
From: Peter Mørch (pvm@capmon.dk)
Date: 11/28/02
- Next message: who me?: "Re: canaries in live code"
- Previous message: Tracker: "Re: A Royal Name"
- Next in thread: James Preston: "Re: How to encrypt password forms in my web app? (Can't SSL)"
- Reply: James Preston: "Re: How to encrypt password forms in my web app? (Can't SSL)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: pvm@capmon.dk (Peter Mørch) Date: 28 Nov 2002 00:40:02 -0800
Hi there,
We're creating an application where Apache is used for the user
interface. In the beginning of a session, the users log in, giving
their user name and password. I'd like to avoid sending the users'
passwords over the wire in easily-sniffable text. Is this even
possible? How would I go about that?
The thing is, that this is not a single server with a well-defined
URL. There are many instances of this application, and the server
name, URL and IP address are different for each. To have a SSL
certificate created for each is unpractical, and to have users
disregard the browser's certificate warning at the beginning of every
session is not considered acceptable.
All I'm trying to accomplish is to avoid sending users' passwords over
the wire in clear text, under the assumption that many users might be
using the same username/password for our application as for more
sensitive contexts. It is not important for us that this is HTTPS or
SSL or that there is a "secure icon" in the bottom of the browser.
Is there a theoretical solution to this? A practical one?
Is there something central I've misunderstood?
I'm just using HTML with a little javascript on the client side for
now.
Thanks,
Peter
- Next message: who me?: "Re: canaries in live code"
- Previous message: Tracker: "Re: A Royal Name"
- Next in thread: James Preston: "Re: How to encrypt password forms in my web app? (Can't SSL)"
- Reply: James Preston: "Re: How to encrypt password forms in my web app? (Can't SSL)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|