Thread: Removing Password Encryption

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31
  1. #1 Removing Password Encryption 
    Donator

    Divide's Avatar
    Join Date
    Dec 2007
    Age
    25
    Posts
    816
    Thanks given
    3
    Thanks received
    0
    Rep Power
    91
    Purpose: To Remove Password Encryption From Your Server
    Tested On: Devolution Server
    Difficulty: 1
    Knowledge Needed: Reading, Using Your Brain, Using Your Mouse
    Credits: 100% Mine! (I DO NOT LEACH SO DONT MAKE UP BULL PLOP)

    First Of All Open Your Client.java and search (cntrl+F) for

    Code:
    int loadgame = loadgame(playerName, passHash(playerPass));
    And then Erase The "PassHash" so it should look like:

    int loadgame = loadgame(playerName,(playerPass));

    Then search For

    Code:
    characterfile.write(passHash(playerPass), 0, passHash(playerPass)
    And Again erase Both The "PassHash" 's


    Then Your Done!!


    Thanks ~ Dangt351
    [Only registered and activated users can see links. ]

     

  2. #2  
    Clawz
    Guest
    What this does?
    400th Post
     

  3. #3  
    Stanyer
    Guest
    Quote Originally Posted by Cash View Post
    What this does?
    400th Post
    Read the title dipshit.
     

  4. #4  
    Donator

    Divide's Avatar
    Join Date
    Dec 2007
    Age
    25
    Posts
    816
    Thanks given
    3
    Thanks received
    0
    Rep Power
    91
    Oi dont flame.

    It makes it so u can view passwords In the characters file. Instead of it being like.

    211nhj32v5j234n23kj4n or sumthing
    [Only registered and activated users can see links. ]

     

  5. #5  
    Soulze
    Guest
    Dangt, I think you should post the lines after you removed the PassHash's some people may get this wrong, post like replace this line with this.. etc. else nice job
     

  6. #6  
    Banned

    Join Date
    Oct 2007
    Age
    28
    Posts
    2,733
    Thanks given
    32
    Thanks received
    53
    Rep Power
    0
    nice job mate
     

  7. #7  
    Optimist

    Vice's Avatar
    Join Date
    Nov 2007
    Age
    25
    Posts
    3,263
    Thanks given
    3
    Thanks received
    59
    Rep Power
    2536
    is this: like the computer numbers like 123- ect? or ####?
    Jack
    Scotland
    Undergraduate - BSc Computing Science
     

  8. #8  
    Soulze
    Guest
    Vice this removes the password cryption like MD5 or so, before it would look like this

    8f3709eef63597c2ba530766a339d5f8

    After

    myownpassword
     

  9. #9  
    Optimist

    Vice's Avatar
    Join Date
    Nov 2007
    Age
    25
    Posts
    3,263
    Thanks given
    3
    Thanks received
    59
    Rep Power
    2536
    I have something like this:

    31-131-182-199-234-34-199-106-242-201-44-35-170-147-57-169

    can someone help me remove or does this do it?
    Jack
    Scotland
    Undergraduate - BSc Computing Science
     

  10. #10  
    Soulze
    Guest
    I have no idea that is not MD5 I think lol, im not good to stuff like that.
     

Page 1 of 4 123 ... LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •