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.
Wow, I’m really impressed by your attitude — you truly seem like a great person. You can be sure that everything you’re doing for others will come back to you in good things. Keep making the project awesome and filled with innovative ideas.
My suggestion is that you don’t make the source available; instead, sell it to people who are building their own projects — it’s at least one way they can show appreciation for all the great things you’re doing.
Thank you so much, I loved everything and I’m looking forward to more updates.
Thank you ♡♡♡♡
Why do all players only have one IP address, which is the proxy's?
I did several tests and created a debug to collect all IP addresses that connect to the proxy. It collects them correctly, but when they are sent to the server, they get lost and stay with the proxy's IP address.
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.