user login security question

This is a discussion on "user login security question" within the Starting Out section. This forum, and the thread "user login security question are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 7th, 2007, 08:32
New Member
Join Date: May 2007
Location: Bulgaria
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Arrow user login security question

Could anyone tell me which language should I use to create a [most] secured user login session?

10x
Reply With Quote

  #2 (permalink)  
Old May 7th, 2007, 09:18
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: user login security question

What do you mean by language? If you mean encyption, sha256 is one of the most secure in PHP.
Reply With Quote
  #3 (permalink)  
Old May 7th, 2007, 09:22
New Member
Join Date: May 2007
Location: Bulgaria
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Re: user login security question

Well,

I am trying to find info in the forums and happened to read a lot about the weaknesses of Appache. And I am wandering whether PHP is reliable enough for a login session script. By language I mean whether I should use PHP/Perl/Cgi/Asp....

10x for the answer btw.
Reply With Quote
  #4 (permalink)  
Old May 7th, 2007, 09:26
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: user login security question

It's not the language that's insecure, it's your script. And Apache is the best...
Reply With Quote
  #5 (permalink)  
Old May 7th, 2007, 09:58
New Member
Join Date: May 2007
Location: Bulgaria
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Re: user login security question

Ryan,

thanks for answering probably such stupid questions but I am still new in this industry (but overloaded with enthusiasm). Could you please point me to some details, to which I should pay special attention when designing the session (in terms of security)

10x again.
Reply With Quote
  #6 (permalink)  
Old May 7th, 2007, 17:46
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: user login security question

Well, with server side languages, it's just a matter of encrypting the right things. If you're dealing with passwords, encrypt them have quick database query that checks to see if the session password is valid. What type of sessions are you trying to use?
Reply With Quote
Reply

Tags
security, session, user loging

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
mysql data loads once user login longstand PHP Forum 9 Feb 7th, 2008 07:10
User login or anonymous? alexgeek Website Planning 6 Jan 22nd, 2008 05:51
WebSite Security Login Redirect donlor18 Website Planning 2 Jan 24th, 2007 12:29
login security check Webforumz Staff Classic ASP 13 Aug 9th, 2004 13:02
User login by ASP.net redkyna ASP.NET Forum 3 Aug 9th, 2004 09:36


All times are GMT. The time now is 05:30.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43