Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
Account hash
#1
What exactly the encoding for create an account with a php files ?

i know account is
Код:
username@plaync.co.kr:password

But what the encoding to store it into DB ?

Regards
Ответ
#2
djoneill Написал:What exactly the encoding for create an account with a php files ?

i know account is
Код:
username@plaync.co.kr:password

But what the encoding to store it into DB ?

Regards

The encryption algo for login server is SRP6 with custom RC4 key generator.

You can store password using generated hash which is:

SHA256 Hash(password + login)

Or just clean password, which suppose to be hashed later, before main algo kicks in... Both are ok.

ps. try not to make few or more threads asking about encryption stuff, gg or whatever, instead of it just put all of your questions down in one thread.
Ответ
#3
thx a lot bro Big Grin

The only problem now is my client, needed client 245. somebody have a link ?

regards
Ответ
#4
I'm afraid nobody has 245. Korean client has weird habbit to update each week, so you can't stick with one version, you should follow updates.

If you are trying to build server, it's better to use playbns (no gg or themida) client. It's outdated but stable enough to work on implementations. Forget about KR one... it's just a pain in the ass...
Ответ


Перейти к форуму:


Пользователи, просматривающие эту тему: 1 Гость(ей)