View Full Version : Password Hashes and Databases
omegaweapontmod
05-20-2009, 05:24 PM
Okay, I want to create a third party login program using Visual Basic. I know how to create the program, but what would the program check with to authenticate the password and username? I know it's a database but what specifically?
Dismounted
05-21-2009, 10:25 AM
Passwords in vBulletin are hashed like so:
md5(md5($plaintext) . $salt)
The hash and salt is located in the user table.
omegaweapontmod
05-21-2009, 03:47 PM
I am not good with PHP, what does this mean?
--------------- Added 1242925151 at 1242925151 ---------------
How would I write this as a database? I need more info that just the code :P
Lynne
05-21-2009, 04:13 PM
You may want to do a search on this issue because it has been discussed many times before. You may also want to look in the Articles forums - this may be useful Single Signin / Login Integration Tip (https://vborg.vbsupport.ru/showthread.php?t=115380&highlight=login)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.