in reply to (jptxs) Re: Securing Passwords
in thread Securing Passwords
DCHP - IP stays the same for that session doesn't it? That's all I need.
Mobile users - the application I use it for is not designed to use mobile phones.
AFAIK, AOL is our only problem (users' requests get sent through multiple proxy servers?!?! I'm not even sure about that issue even existing - I read it somewhere, but our clients don't use AOL, so again, not an issue), It's only used to check that this session is being run from the same IP that logged in.
"IP is not a reliable method of identification in any scheme"
I agree. What I mean is that the IP is not being used to identify the user, the password does that. I only use the IP to ensure that all future requests are made using a cookie that is useless if stolen and used by another user.
But then, like I said, this is what I use. Different circumstances require different approaches. This was the best I could think of for my particular task :)
later
cLive ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 3: Securing Passwords
by tilly (Archbishop) on Apr 02, 2001 at 13:16 UTC | |
|
Re: Re: (jptxs) Re: Securing Passwords
by dws (Chancellor) on Apr 02, 2001 at 10:11 UTC | |
by cLive ;-) (Prior) on Apr 02, 2001 at 10:36 UTC |