Click here to Skip to main content
15,888,251 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How can we apply the USERNAME and PASSWORD security for our website?
Posted

You do not say which technologies you are using, so it is almost impossible to answer your question in a meaningful way.

Here[^] is an elementary tutorial using PHP and MySql. If your needs are different to that then use a search engine to search on something like website login.
 
Share this answer
 
Comments
Dalek Dave 22-Feb-11 9:31am    
Good Link.
You question is very very scary. Username/password is your first line of defense. If you don't know how to do it, please do not implement it by asking question how you can do it. If your implementation is not safe and secure it may not be much useful.

You need to start with understanding your system and underline technologies. You simply stated HTTP for tag, well all of the technologies use HTTP.

1. Identify your technology
2. Read and understand the security mechanism your technology supports
3. Design your login mechanism with security in mind.


Then when you encounter specific question, feel free to ask specific question.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 22-Feb-11 12:10pm    
Best answer, my 5.
Proposed as a final answer.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900