The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Password to an unhashed table
Is it possible to place the exact value of the password given during registration to an unhashed column in a different table?
How to do it? This code still gives the md5 encryption. PHP Code:
|
#2
|
||||
|
||||
You can't. As long as the user has JS enabled, a password is already MD5-hashed as it reaches the server.
In any case, why would you need a user's password and compromise the safety of your board? |
#3
|
|||
|
|||
I need this so I can integrate my forums with my server application.
My server application uses Sha-1 encryption- if my users register in the forum, their data would be stored on another table of the same database (same with the forum's). Already done this, but the problem is on the password. Since these 2 use different encryption, isn't there anyway I can do this? |
#4
|
||||
|
||||
You could hack vBulletin so that it uses an SHA hash - that shouldn't be an issue.
|
#5
|
|||
|
|||
Other than this, I assume there are no other ways around it?
--------------- Added [DATE]1229760950[/DATE] at [TIME]1229760950[/TIME] --------------- I saw this. But I can't seem to find it in my config.php (3.7.4). |
#6
|
||||
|
||||
It is not in there because it is strong not recommended to do so. You can add it yourself - but again, it is strong not recommended to do so.
|
#7
|
|||
|
|||
How about this:
https://vborg.vbsupport.ru/showthread.php?t=137188 How can I apply this hack to registration instead of login? |
#8
|
|||
|
|||
It would be much more secure if you simply also provided the SHA1 password and store that.
You could use the attached JS-file for this. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|