View Full Version : Distributing Usernames/Passwords/etc.
ManagerJosh
09-20-2005, 02:33 PM
Can anyone give me some sample code & variables to start off with to hack up one of the Data APIs so I can distribute usernames/passwords/emails and any other misc. data :)
Marco van Herwaarden
09-20-2005, 06:16 PM
No, that can not be done without reducing the vB security level to an unacceptable level (in my opinion).
ManagerJosh
09-21-2005, 11:50 PM
No, that can not be done without reducing the vB security level to an unacceptable level (in my opinion).
So how are we to distribute username/password information? Mind you password is already encoded... :/
Marco van Herwaarden
09-22-2005, 03:44 AM
Maybe you should explain a bit more what you want to do.
ManagerJosh
09-22-2005, 04:45 AM
During the registration process, submit usernames/passwords/emails to another database :)
Bug me more over IRC :p
Marco van Herwaarden
09-22-2005, 12:23 PM
Another vB database?
Andreas
09-22-2005, 12:27 PM
You can store the eMail and Username wherever you want.
The Password however never does reach your Server.
nexialys
09-22-2005, 12:45 PM
if you play with the register.php file, you can create a sql query BEFORE the password is encoded to push the data in another dB, or send them by email, but why would you play with such a security risk ?!
Andreas
09-22-2005, 12:47 PM
No you can't.
As said, the plaintext password never reaches the Server.
Marco van Herwaarden
09-22-2005, 12:50 PM
PAssword already get's hashed on the client (javascript), and like kirby say it would be a huge security risk not to do so.
The only way that MIGHT be possible is to create teh user on the second system with the same salt, but not even sure it would work then.
Andreas
09-22-2005, 12:52 PM
You can create as many users with the same password and different salts as you like :)
Marco van Herwaarden
09-22-2005, 12:56 PM
Yes but since the client will only sent the hashed password with the salt to the server, you will need to use the same salt on the second database, if you want the hashed passwords to match.
nexialys
09-22-2005, 01:02 PM
No you can't.
As said, the plaintext password never reaches the Server.
simple, edit the javascript to send another version of the un-hashed password...
you always can modify everything to your wills... you just need to know why you do it and know the risks of doing so...
Marco van Herwaarden
09-22-2005, 01:56 PM
We already said ti could be done, but only by lowering the security level vB is offering.
Andreas
09-22-2005, 02:11 PM
@nexialy
Yes, this is possible ... however you only spoke about register.php.
Anyway, it's not recommended
ManagerJosh
09-22-2005, 09:24 PM
@nexialy
Yes, this is possible ... however you only spoke about register.php.
Anyway, it's not recommended
I don't want a plaintext password to be pushed around. That's too much of a security risk I'm willing to accept. I'm just wanting to push a MD5 password around.
I know vBulletin created the MD5 clientside as well as the our current Hashing for vB3.x.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.