Activity Stream
48,167 MEMBERS
62824 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member

    Default VB4 Password Hash Method

    Hello, i'm trying to access my vbulletin 4 database /users/passwords fro external script to use same users but i'm facing hard time finding the exact password hashing method in vbulletin, they are using md5 then salt but all posts on vbulletin.com and vbulletin.org are just confusing and no direct answer is given i even asked them and no luck, anyone knows for sure what hashing method they are using?
    danswano Reviewed by danswano on . VB4 Password Hash Method Hello, i'm trying to access my vbulletin 4 database /users/passwords fro external script to use same users but i'm facing hard time finding the exact password hashing method in vbulletin, they are using md5 then salt but all posts on vbulletin.com and vbulletin.org are just confusing and no direct answer is given i even asked them and no luck, anyone knows for sure what hashing method they are using? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    Google.com
    they will never tell you, coz if you got someone's database you can then decode user password.

  4.     
    #3
    Member
    Website's:
    EastsideHosting.com MediaONAIR.com ImgWiz.com cPadmin.net EastsidePCWorks.com HostedTalk.com
    Code: 
    $password_hash = md5(md5($password_text) . $user_salt);
    $user_salt is a random three character stored in the database under the table 'user' with the field of 'salt'.

    Hope that helps.

    It's actually not a secret...It's how they make "Login Share's" for other scripts.
    EastsideHosting - (Web Hosting, Proxy Hosting, Reseller Program)
    MediaONAIR - (SHOUTcast Servers, ICEcast Servers, Reseller Program)
    Server Administrator - (Dedicated Servers, VPS Management, One Time Services)
    ImgWiz - (Free Image Hosting)

  5.     
    #4
    Member
    Hello dear, thank you for your kind reply really, i have a tcl script made to read users/password from vb db to share login on other script and it's read the users table perfectly but not the password because i can't figure out what to put in the password line, here is the piece of code for that part:

    PHP Code: 
    set check_pass [md5 $get_pass]

    set find_it [::mysql::connect -host $reqs::sett::db_host -port $reqs::sett::db_port -user $reqs::sett::db_username -password $reqs::sett::db_password -db $reqs::sett::db_name];
    set it_find [::mysql::sel $find_it "SELECT $reqs::sett::db_user,$reqs::sett::db_pass FROM $reqs::sett::db_table WHERE $reqs::sett::db_user = '$check_nick' AND $reqs::sett::db_pass = '$check_pass'" -flatlist];
    ::
    mysql::endquery $find_it
    ::mysql::close $find_it 
    if the password md5 only it will read it fine but not the vb ones, can you help me putting the right code for it, i mean what to replace md5 word in this line

    set check_pass [md5 $get_pass] to be able to read the password field?

    Thank you for your help

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Change MD5 hash without Rapidleech
    By Griz in forum Technical Help Desk Support
    Replies: 5
    Last Post: 24th Apr 2012, 11:55 AM
  2. API and MD5 Hash Problems Help Needed
    By sahil00150 in forum Technical Help Desk Support
    Replies: 0
    Last Post: 14th Mar 2012, 06:21 AM
  3. [Other] MD5 Hash-MD5 Change
    By zoug100 in forum Archive
    Replies: 3
    Last Post: 5th Nov 2011, 02:05 AM
  4. What is MD5 HASH/MD5 CHANGE.......?
    By myvissa in forum Hosting Discussion
    Replies: 5
    Last Post: 22nd Dec 2010, 06:44 AM
  5. What is MD5 hash or MD5 change?
    By ArthonaD87 in forum General Discussion
    Replies: 3
    Last Post: 6th Nov 2010, 06:44 AM

Tags for this Thread

BE SOCIAL