none Posted July 27, 2014 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
Archetype Saber Posted July 27, 2014 Posted July 27, 2014 I got a quick question, what is MD5 and what the use of it ? Quote
none Posted July 27, 2014 Author 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
niunzin Posted July 27, 2014 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
none Posted July 27, 2014 Author 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
Lilystar Posted December 1, 2014 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
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 !
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.