Jump to content
  • 0

Diff MD5 for client 2013-08-07


none

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   1
  • Joined:  11/14/11
  • Last Seen:  

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 !

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  90
  • Topics Per Day:  0.02
  • Content Count:  361
  • Reputation:   18
  • Joined:  01/09/13
  • Last Seen:  

I  got a quick question, what is MD5 and what the use of it ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   1
  • Joined:  11/14/11
  • Last Seen:  

 

// 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.
 
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  06/11/12
  • Last Seen:  

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)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   1
  • Joined:  11/14/11
  • Last Seen:  

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 !

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   7
  • Joined:  07/28/13
  • Last Seen:  

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)
2potmgz.jpg

 

When the diff is applied, the text file is made.
Please look at the inside.


wlfach.jpg

 

14azyop.jpg

 

 

 

Excuse me.
The client used the date which was used in explanation of another topic.
 

Edited by Lilystar
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...