Jump to content
  • 0

Password encryption (Hex)


qlas

Question

Hello all
I made a test server
I have a problem when creating a new account
Manually, of course
What is the appropriate encryption for the password?
If there is an assistant program to create a new account
please help
Thank you all

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

thank you for replying
I have the l2jaCis package files
Found some hint about hex key

----------------------------------

#the hexID to auth into login
#Thu Jun 22 16:11:52 BRT 2017
HexID=-135e2bdf4ec8c794ce4944f74cefd80c
ServerID=1

------------------------------

in  Server\login\config

 

thanks for the help

 

101.JPG

Link to comment
Share on other sites

  • 0
6 hours ago, qlas said:

Hello all
I made a test server
I have a problem when creating a new account
Manually, of course
What is the appropriate encryption for the password?
If there is an assistant program to create a new account
please help
Thank you all


utf8, sha1, base64 

Link to comment
Share on other sites

  • 0

thank you for replying
I tried it on the site

https://cafewebmaster.com/online_tools/utf_decode

 

aMJWO1wPMTAUJX1RetO8bYcW4qc=

Yollavz7whFz1QCq+3nUzTOsD6I=

 

I couldn't decipher these words
I tried typing a new password using one of the codecs you mentioned and it didn't work

 

thanks for the help

 

101.JPG

------------------------------------------------------------------------------------

welcome
I found a solution to the problem
I can open the game now
Another problem appeared.. The game closes almost every minute
I don't know the cause of the problem
I tried to change the display settings because I noticed the screen color changed
I do not know exactly

 

Edited by qlas
Link to comment
Share on other sites

  • 0

When it comes to encrypting passwords, using a strong hashing algorithm like SHA-256 or bcrypt is recommended. These algorithms help ensure that passwords are securely stored and protected from being easily decrypted.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...