Jump to content

How secure is this user/membership code?


your.syndrome

Recommended Posts

I've been following a tutorial found at a tutorial on NETTUTS about user/membership areas.

 

I understand how all this works but was wondering if anyone can go into detail about the flaws in the security of it and what you could do to remedy them?

 

P.S I'm new here ! 8) So if this kind of topic has been discussed could someone point me in the right direction.

Link to comment
https://forums.phpfreaks.com/topic/134223-how-secure-is-this-usermembership-code/
Share on other sites

Not quite, from the site:

 

How many MD5 hashes are in our database?

We have encrypted more than 150,000 words, phrases, acronyms, etc since 2006.

 

It's nothing more than a dictionary search.  MD5 is somewhat vulnerable to hash collisions especially with a database of that size.  I believe there's still a distributed computing effort going on to outright crack MD5.

First, thanks for your replies. Hackers 'ey?

 

I'm starting to build a community site with user login and unique profiles for each user. If I use this code to base my authentication on am I going to be making a mistake?

 

Would you suggest using any other script?

As long as you understand what's going on with the code, I don't see anything obviously bad about it.  There's only so many ways to make a login script.

 

Right okay, looks like I'll be going with this then. Thanks for the advice!

 

When I get hacked I know who to come shout at, jokes!  ;)

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.