none Posted July 27, 2014 Group: Members Topic Count: 24 Topics Per Day: 0.00 Content Count: 84 Reputation: 1 Joined: 11/14/11 Last Seen: January 19, 2016 Share Posted July 27, 2014 Hi,i search how to activate client MD5 hashes in login file. It's seem a diff file is need to activate it in client. Do you know where i can find this patch for 2013-08-07 ? Is available somewhere ? Thx for your reply ! Quote Link to comment Share on other sites More sharing options...
Archetype Saber Posted July 27, 2014 Group: Members Topic Count: 90 Topics Per Day: 0.02 Content Count: 361 Reputation: 19 Joined: 01/09/13 Last Seen: January 19 Share Posted July 27, 2014 I got a quick question, what is MD5 and what the use of it ? Quote Link to comment Share on other sites More sharing options...
none Posted July 27, 2014 Group: Members Topic Count: 24 Topics Per Day: 0.00 Content Count: 84 Reputation: 1 Joined: 11/14/11 Last Seen: January 19, 2016 Author Share Posted July 27, 2014 // Client MD5 hash check // If turned on, the login server will check if the client's hash matches // the value below, and will not connect tampered clients. // Note: see 'doc/md5_hashcheck.txt' for more details. client_hash_check: off // Client MD5 hashes // The client with the specified hash can be used to log in by players with // a group_id equal to or greater than the given value. // If you specify 'disabled' as hash, players with a group_id greater than or // equal to the given value will be able to log in regardless of hash (and even // if their client does not send a hash at all.) // Format: group_id, hash // Note: see 'doc/md5_hashcheck.txt' for more details. Quote Link to comment Share on other sites More sharing options...
niunzin Posted July 27, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 06/11/12 Last Seen: February 25, 2024 Share Posted July 27, 2014 I got a quick question, what is MD5 and what the use of it ? MD5 is a encryption system, highly recommended for passwords and secret data, ex: My password is: 123 My password with MD5 is: 202cb962ac59075b964b07152d234b70 ------------- To activate md5 in passwords conf/login-server.conf: // Store passwords as MD5 hashes instead of plaintext ? // NOTE: Will not work with clients that use <passwordencrypt> use_MD5_passwords: yes (i'm using 2013-08-07 and md5 works fine) Quote Link to comment Share on other sites More sharing options...
none Posted July 27, 2014 Group: Members Topic Count: 24 Topics Per Day: 0.00 Content Count: 84 Reputation: 1 Joined: 11/14/11 Last Seen: January 19, 2016 Author Share Posted July 27, 2014 client need a patch: The client can only send the correct MD5 hash to the server on certain server types, so a client diff is required to ensure the hash is sent. Please refer to your client diff tool manual for the appropriate patch, called "Force Send Client Hash Packet" or a similar name. @niunzin: i don't speek about password MD5 !!! but client check mD5 ! Quote Link to comment Share on other sites More sharing options...
Lilystar Posted December 1, 2014 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 38 Reputation: 7 Joined: 07/28/13 Last Seen: December 17, 2016 Share Posted December 1, 2014 (edited) I tried it. This time I will use this tool. (Neo Exe Modification Organizer) http://rathena.org/board/topic/90204-nemo/ Please let apply this diff ! (May fail in a particular date) 6 Force Send Client Hash Packet (Experimental) When the diff is applied, the text file is made.Please look at the inside. Excuse me.The client used the date which was used in explanation of another topic. Edited December 2, 2014 by Lilystar Quote Link to comment Share on other sites More sharing options...
Question
none
i search how to activate client MD5 hashes in login file.
It's seem a diff file is need to activate it in client.
Do you know where i can find this patch for 2013-08-07 ?
Is available somewhere ?
Thx for your reply !
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.