Jump to content
  • 0

MD5 Password Encrypted, but Can login if i register account from website


saggys

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   1
  • Joined:  09/09/18
  • Last Seen:  

i hv trouble from MD5 , please help its my first post
The account who registered before i impelement MD5 Encry is can login to game, but cannot login to Website..
and the account who register after implement MD5 Cant login to Game, its said wrong password, but can login to Website

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   7
  • Joined:  07/30/16
  • Last Seen:  

Open config folder from ur FluxCP, edit servers.php file in the line 48

'UseMD5'   => false, to true

 

https://github.com/rathena/FluxCP/blob/master/config/servers.php#L48

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

1 hour ago, saggys said:

i hv trouble from MD5 , please help its my first post
The account who registered before i impelement MD5 Encry is can login to game, but cannot login to Website..
and the account who register after implement MD5 Cant login to Game, its said wrong password, but can login to Website

i think its bad idea when your server already run for public 
but you can solved it with encrypt all password(before implemented md5) to MD5 with MD5 generator

and dont forget to patch the client with "ForceSendClientHash"

Edited by LearningRO
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   1
  • Joined:  09/09/18
  • Last Seen:  

@vasikokkhi vasiiiii , here u again ? Im uncle sams btw this thread solved by editing server.php

Link to comment
Share on other sites

×
×
  • Create New...