Secure Log in

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Secure Log in

Post by user___ »

Hi guys,
I have just been told by my boss that a company's site must be created in a day and a half. I have created part of it but they want me to create a high level of security. If anyone can draw me some lines of code to check usernames and passwords(Securely) I would be really grateful. I have created some but I wou;ld like to know what you use and whether it is better than mine(I suppose that it is.).
thiscatis
Forum Contributor
Posts: 434
Joined: Thu Jul 20, 2006 11:00 am

Post by thiscatis »

Er..
Is it for just one administrator? a whole user base? What kind of data are you protecting?
nickvd
DevNet Resident
Posts: 1027
Joined: Thu Mar 10, 2005 5:27 pm
Location: Southern Ontario
Contact:

Post by nickvd »

It won't happen... I don't want to be rude, but I don't know anyone who can guarantee any level of security (let alone a "high" level) in only a day and a half.

If it MUST be secure, it is going to take more than just a day and a half...
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

nickvd wrote:If it MUST be secure, it is going to take more than just a day and a half...
This is especially true when being done as a retrofit.
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Reply

Post by user___ »

Yes, I totally agree with all of you. I know that a day and a half is just too little timebut it is not up to me. I have developed many application(Secure ones and I do know that) but I do need your help about that.

I pass the following parameters:Username:user's e-mail
and Password:(Something like this:97re77s);

I have one level.
Post Reply