![]() |
vBulletin Password encryption schema
Can anyone tell me what it is?
I basically have a custom application written in ASP.NET that uses the vBulletin database to authenticate users. It doesn't work since I upgraded to vBulletin 3.xx a week ago. The SQL statement that that worked fine with vBulletin2.xx goes like this: Code:
SELECT username,password from user where username ='" & txtUser.Text & "' and password = md5('" & txtPassword.Text" TIA :D :D :D |
This a a FAQ:
[sql] SELECT username,password FROM user WHERE MD5(CONCAT(MD5('plaintext_password'), salt)) = password AND username='username'[/sql] |
Quote:
Thanks a lot! |
All times are GMT. The time now is 01:41 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|