Closed Thread Icon

Preserved Topic: Best way of doing a multiple user login page (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18480" title="Pages that link to Preserved Topic: Best way of doing a multiple user login page (Page 1 of 1)" rel="nofollow" >Preserved Topic: Best way of doing a multiple user login page <span class="small">(Page 1 of 1)</span>\

 
DancingMoonlight
Obsessive-Compulsive (I) Inmate

From:
Insane since: Feb 2002

posted posted 02-12-2002 02:36

Well, since I have been told that the way I was doing it would make it so anybody who can read source code be able to see the passwords, and I can't encrypt it, how can I do it so that I can have a fairly secure login page, with multiple users, that doesn't require CGI?

^_^

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 02-12-2002 03:03

.htaccess may be able to do this.

In the future, please reply to the current thread rather than starting a new thread on the same topic.

DancingMoonlight
Obsessive-Compulsive (I) Inmate

From:
Insane since: Feb 2002

posted posted 02-12-2002 03:16

Sorry, I think I hit the wrong button, I thought I was replying. is htaccess a user?

^_^

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 02-12-2002 04:01

Nope, it's a file on the server which specifies some ways that the server should respond to certain things. I asked a question in server-side scripting about it, and some people gave some helpful links...

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 02-12-2002 05:04

Here is a tutorial that I did on .htaccess... http://www.gurusnetwork.com/tutorials/misc/htaccess.html

lallous
Paranoid (IV) Inmate

From: Lebanon
Insane since: May 2001

posted posted 02-12-2002 09:46

you can still make a multiple login page via JS, and it can be fairly secure, check this page out:
http://members.iinet.net.au/~biab/login.htm



Liluth
Paranoid (IV) Inmate

From: 1011000100
Insane since: Aug 2001

posted posted 02-14-2002 15:48

I am doing some webdesign at the moment, but I don't know much about security. I have a page with a self-made login thing and it is given to ASP. http://www.ncs-dos.org/symposium/view.htm
The script runs on the server so I thought that I must be save. Is this correct?

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 02-14-2002 16:09

Sort of. It's not a secure connection, so someone could find the password as someone sent it via HTTP. But it'll stop average people.

Liluth
Paranoid (IV) Inmate

From: 1011000100
Insane since: Aug 2001

posted posted 02-15-2002 11:52

Don't get it. 'someone could find the password as someone sent it via HTTP'?
Can you explain that? Do you mean that somebody can intercept a request for access?

lallous
Paranoid (IV) Inmate

From: Lebanon
Insane since: May 2001

posted posted 02-15-2002 12:11

Liluth, yep...unsecure connection can be easily dumped and analyzed...

try it locally:
get EtherPeek from http://www.wildpackets.com/products/etherpeek

and then start it and record while you login to your unsecure page,
you'll see all the variables that passed from your client browser...

Liluth
Paranoid (IV) Inmate

From: 1011000100
Insane since: Aug 2001

posted posted 02-17-2002 14:21

Thanx a lot

« BackwardsOnwards »

Show Forum Drop Down Menu