Hi everyone, im creating a acp for l2scripts server
Currently i havig problems to encrypt the password, i try with the common base64_encode(pack("H*",sha1($password))), but is not working
(The stored password has 88 char lenght instead 28)
Any one working with this source know how is the password encryption?