I am adapting a php code that allows new players to create accounts, the issue is that it generates the keys in a way that when they try to enter the server, it does not allow them to enter due to a password error.
And from what I see Acis rev401 uses Bcrypt to encrypt the keys generated by the game's self-account. Since I don't understand anything about keys, I would like to know if someone can help me adapt the PHP code so that it generates keys that can be used to log into the game. Or I wonder if there is any other alternative method that I am not aware of.
Bcrypt example code:
*String strong_salt =BCrypt.gensalt(10)<br />*String stronger_salt =BCrypt.gensalt(12)<br />*</code>*<p>*The amount of work increases exponentially (2**log_rounds), so each increment is twice as much work.Thedefault log_rounds is 10, and the valid range is 4 to 30.*@authorDamienMiller*@version0.2*/publicclassBCrypt{// BCrypt parametersprivatestatic final int GENSALT_DEFAULT_LOG2_ROUNDS =10;privatestatic final int BCRYPT_SALT_LEN =16;// Blowfish parametersprivatestatic final int BLOWFISH_NUM_ROUNDS =16;// Initial contents of key scheduleprivatestatic final int[] P_ORIG ={0x243f6a88,0x85a308d3,0x13198a2e,0x03707344,
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
So i started playing there like huge amount of us did. After hitting 30 i kinda started to feel the drag of it. And boy i just don’t have it to continue :D
I think after selling all items i have around 1.2kk in stash. I would sell it for 10€ per 100k and 100€ for entire deal. Paypal would be preferrable, unless you live in Baltics so normal bank transfer would be fine too.
You could pm me here and perhaps i could add you on facebook to take it further.
Scammers don’t try. Played this game for a long long and long time.
Question
luzzifer
I am adapting a php code that allows new players to create accounts, the issue is that it generates the keys in a way that when they try to enter the server, it does not allow them to enter due to a password error.
And from what I see Acis rev401 uses Bcrypt to encrypt the keys generated by the game's self-account. Since I don't understand anything about keys, I would like to know if someone can help me adapt the PHP code so that it generates keys that can be used to log into the game. Or I wonder if there is any other alternative method that I am not aware of.
Bcrypt example code:
0 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.
Note: Your post will require moderator approval before it will be visible.