Jump to content

PHP Login System?


chadrt

Recommended Posts

So I have been scouring the web (google searches galore) looking for a simple PHP based login system that isn't going to be hacked 1.6 seconds from time of upload.  I have found a TON of them but alas they all rely on the deprecated mysql_ grrrrr.  If anyone has any ideas of places to go look I would love to know where!!  I don't need anything fancy or for users to self signup either.

Link to comment
Share on other sites

I have a repository at Github of my website that I think incorporates a nice secure login system -> https://github.com/Strider64/Slice-of-Technology

 

You might be able to modify it to your liking? 

 

The only thing it won't really stop is a brute force attack, but from what I read about brute force attacks is that it takes a long time to crack a user who uses a strong password. That's is why it's important for users to have strong passwords and brute force attacks are almost impossible to defend against (at least I haven't found a real good solution). 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.