I'm working on a Player Control Panel for their accounts, it should let players register accounts, change password and recover password.
everything was working good, but when i tried encription it went wrong, it works with some passwords but with others it doesn't, I'm using this script to encrypt passwords, shared by Simple2008
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.
On April 11 at 18:00 server time (GMT +2), the open beta test of our upcoming Chronicle 2 update will begin!
We invite everyone to join, explore the world of C2 ahead of the official launch, and share your feedback.
📌 Players who find bugs during OBT will receive CoL as a reward:
- 1 CoL for each staticmeshes bug For example, passing through textures, stairs, etc.
- 2 CoL or more for server-side bugs (depending on severity).
You can report bugs via support on Discord or on the forum.
Open beta testing will last approximately until 15.04 20:00 (GMT +2).
Your activity and input will help us improve the game!
The download links will be available later.
Question
renobizarro
I'm working on a Player Control Panel for their accounts, it should let players register accounts, change password and recover password.
everything was working good, but when i tried encription it went wrong, it works with some passwords but with others it doesn't, I'm using this script to encrypt passwords, shared by Simple2008
http://www.maxcheaters.com/topic/106006-sharec-l2off-password-encryption/
the thing is that this script does work with some passwords and not with all passwords players uses.
for example:
root -> 0xB1BE70E9A83F19192CB593935EC4E2E2 --> my encription
root -> 0xB1BE70E9A83F19192CB593935EC4E2E2 --> l2pass.exe
cafecafe150 -> 0x31F7E38C3108CA12BB3ECC18D54F6969 --> my encription
cafecafe150 -> 0x31F7E38C3108CD15BC39C81CD14B6D6D --> l2pass.exe
as you can see, it encrypts only some passwords
I'm doing it as follows(in code)
encpw is the next code:
any ideas of what would be causing this?
5 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.