Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Blade & Soul (https://forum.zone-game.info/forumdisplay.php?f=183)
-   -   Account hash (https://forum.zone-game.info/showthread.php?t=36090)

djoneill 10.08.2014 12:49

Account hash
 
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

luna9966 10.08.2014 19:43

Re: Account hash
 
Цитата:

Сообщение от djoneill (Сообщение 371559)
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.

djoneill 12.08.2014 04:11

Re: Account hash
 
thx a lot bro :D

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

regards

luna9966 12.08.2014 04:42

Re: Account hash
 
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...


Текущее время: 13:11. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot