The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I was wondering how I would improve vbulletin's security system.
The problem is, that there is a member on our forum that has been banned numerous times, and he now owns a website similar to the content of ours. We believe that he has downloaded his forum's database and has been cracking the hashes, getting access to some of the members on our forum. I was wondering if there was a way to change the login algorithm to something a LOT more complicated. Like, pretend this is the login algorithm now: md5(md5(password + salt)) I would want to change mine to something like this: md5(md5(md5(md5(md5(userid + username + password + salt))))) Or even something more secure. Is there any way of doing this? A tutorial would be a GREAT help ![]() Thanks! |
#2
|
|||
|
|||
![]()
I just wanted to comment about that method.. I've read about it before as I used to want to do something similar, but from what I've read, I don't think that actually improves security any.. some say it actually makes it worse.
If the guy has downloaded your database, I'd look into securing the path he took to get to it first. Anyway, adding a userid and username to it won't be too much help if that guy figures it out because he will also have the userids and usernames of everyone on the forum. What you would want to do is probably either have everyone change their passwords to invalidate his copy of the database, or change the current salt / add a second salt to the extra round of hashing. md5(md5(md5(password)+salt)+salt2) might be better.. This is based from what I've read though, so I could be wrong. |
#3
|
|||
|
|||
![]() Quote:
|
#4
|
||||
|
||||
![]()
It probably would be difficult to change the current algorithm. Even so, your "suggested" algorithm wouldn't provide much more "protection".
|
#5
|
|||
|
|||
![]()
Most likely scenario is that users from your forum also registered in his using he same password. He might have hacked his own board to log the real password the users use, and use that logged password to login to your board.
Nothing you can do against this, except ask your users not to use the same password on other sites. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|