Thread: MD5 Pass help

Results 1 to 2 of 2
  1. #1 MD5 Pass help 
    Registered Member Plasma's Avatar
    Join Date
    Jan 2008
    Age
    30
    Posts
    87
    Thanks given
    6
    Thanks received
    1
    Rep Power
    1
    How would I change this part (where it loads the passwords from ipB) to fit the vbulletin pass loading?

    Code:
    					if(results2.next()){
    						playerSalt = results2.getString("salt");
    						md5pass = passHash(playerPass, playerSalt);
    						if (!md5pass.equals(results2.getString("password"))) {
    							return 3;
    						}
    					} else {
    						return 12;
    					}
    					this.playerPass = md5pass;

    Reply With Quote  
     

  2. #2  
    Extreme Donator


    Join Date
    Oct 2006
    Posts
    1,370
    Thanks given
    64
    Thanks received
    197
    Rep Power
    426
    Change the passHash method


    ~flow@hacking . rs
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Dementhium [637/639] IPBoard integration
    By SoulFire in forum Snippets
    Replies: 0
    Last Post: 02-26-2012, 01:16 AM
  2. vBulletin Integration help
    By Brandyn in forum Help
    Replies: 2
    Last Post: 06-24-2010, 09:03 AM
  3. vbulletin integration help
    By joey. in forum Help
    Replies: 3
    Last Post: 01-31-2009, 06:51 AM
  4. Replies: 29
    Last Post: 10-26-2008, 01:09 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •