I am building a web application from scratch that has registration and login functionality.
Apart from encryption of password in database, what are other security issues that i have to worry about?? Thank you
security issues in a login system
Moderator: General Moderators
-
nitin.garg
- Forum Newbie
- Posts: 1
- Joined: Tue Dec 15, 2009 11:28 am
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
Re: security issues in a login system
there are many articles on this subject across the web.
the IBM website has one i thought was good for beginners.
http://www.ibm.com/developerworks/opens ... index.html
the IBM website has one i thought was good for beginners.
http://www.ibm.com/developerworks/opens ... index.html
- daedalus__
- DevNet Resident
- Posts: 1925
- Joined: Thu Feb 09, 2006 4:52 pm
Re: security issues in a login system
p.s. use sha or whirlpool or something not md5