The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
In the vb3user field, what does salt char(3) represent?
![]() |
#2
|
|||
|
|||
![]()
pepper?
|
#3
|
||||
|
||||
![]()
Salt is NaCl...
Whoops, wrong salt? Salt is a few screwed up characters that are used for the password hash to make it more secure. I think it's something like md5(md5($password) + md5($salt)) |
#4
|
||||
|
||||
![]()
It's an additional level of encryption that makes it virtually impossible to reverse an md5 encrypted password.
|
#5
|
|||
|
|||
![]()
I believe there's even more to it than that, I think they mix in the userid too?
|
#6
|
||||
|
||||
![]()
ok, thanks
|
#7
|
||||
|
||||
![]() Quote:
Actually, I was slightly wrong. PHP Code:
![]() |
#8
|
|||
|
|||
![]()
Hmm in functions_newpost.php or something I saw some weird line of a loada md5'ing going on including some other stuff
![]() Looks like they really kept security in mind when making vB3 ![]() |
#9
|
|||
|
|||
![]()
maybe the md5 thing there was for the login on making new posts?
|
#10
|
||||
|
||||
![]()
Its the posthash I expect, which is used for attachments amongst other things I suspect.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|