Thread: Password encryption.

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 Password encryption. 
    Registered Member
    Join Date
    Jul 2011
    Posts
    105
    Thanks given
    1
    Thanks received
    0
    Rep Power
    12
    How do I delete the password encryption? just delete the file out of the tools folder? It's to do ::getpass
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2011
    Posts
    105
    Thanks given
    1
    Thanks received
    0
    Rep Power
    12
    I deleted the file in the tools folder and it did nothing.
    Reply With Quote  
     

  3. #3  
    Cindra 718 Founder
    Four Nations's Avatar
    Join Date
    Sep 2012
    Posts
    1,044
    Thanks given
    77
    Thanks received
    185
    Rep Power
    56
    assuming your using SHA1 delete this from loginpacketsdecoder
    Code:
    password = Encrypt.encryptSHA1(password);
    idk why you would want to delete encryption though.

    note - as soon as you remove encryption all current passwords break and accounts are unusable.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2011
    Posts
    105
    Thanks given
    1
    Thanks received
    0
    Rep Power
    12
    Quote Originally Posted by Druid View Post
    assuming your using SHA1 delete this from loginpacketsdecoder
    Code:
    password = Encrypt.encryptSHA1(password);
    idk why you would want to delete encryption though.

    note - as soon as you remove encryption all current passwords break and accounts are unusable.
    They will break but if the players create the account AFTER the removal will they always be able to login.
    Reply With Quote  
     

  5. #5  
    Member
    Join Date
    Aug 2012
    Posts
    264
    Thanks given
    3
    Thanks received
    39
    Rep Power
    0
    There's really no valid reason to do this.
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,417
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Quote Originally Posted by iDominic View Post
    There's really no valid reason to do this.
    He's snoopy and wants to log on to their accounts
    Reply With Quote  
     

  7. #7  
    Cindra 718 Founder
    Four Nations's Avatar
    Join Date
    Sep 2012
    Posts
    1,044
    Thanks given
    77
    Thanks received
    185
    Rep Power
    56
    Quote Originally Posted by Traxar View Post
    They will break but if the players create the account AFTER the removal will they always be able to login.
    That's what I wa trying to explain
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Apr 2012
    Posts
    148
    Thanks given
    5
    Thanks received
    12
    Rep Power
    36
    Quote Originally Posted by Datbeastmayne View Post
    He's snoopy and wants to log on to their accounts
    He could be one of the people that hosts random sources just to steal accounts.

    Then again, i cant know that for sure.
    Reply With Quote  
     

  9. #9  
    Exoria
    Aksel's Avatar
    Join Date
    Jan 2012
    Age
    25
    Posts
    1,449
    Thanks given
    238
    Thanks received
    498
    Rep Power
    56
    log the pass they type in loginpacketsdecoder, no need to remove encryption
    Reply With Quote  
     

  10. #10  
    Registered Member i break your code's Avatar
    Join Date
    Sep 2013
    Posts
    51
    Thanks given
    2
    Thanks received
    13
    Rep Power
    37
    Removing encryption is a very bad practice. It can be done by deleting your entire source and not hosting a server if you're not competent with security.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. MD5 Password Encryption
    By exotic k0 in forum Help
    Replies: 3
    Last Post: 01-07-2009, 04:20 AM
  2. Remove Devolution Password Encryption + Getpass
    By Mrquarterx in forum Tutorials
    Replies: 4
    Last Post: 08-29-2008, 07:51 PM
  3. removing password encryption in dodian
    By pHametic in forum Tutorials
    Replies: 18
    Last Post: 08-29-2008, 02:53 AM
  4. Removing Password Encryption
    By Divide in forum Tutorials
    Replies: 30
    Last Post: 07-15-2008, 02:52 PM
  5. get rid of password encryption :)
    By wowfreakjoking in forum Tutorials
    Replies: 11
    Last Post: 01-12-2008, 08:50 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
  •