31.03.2017, 18:52
Okay, I am testing another script, I connect my player with MySQL, sorry for this new problem but i need the password encrypting system so that my players can connect to the server.
I have searched on ****** and the response is:
crypt($password, '$2a$13$' . $salt);
I don't understand
$password: The password to check
'$2a$13$': Encrypt IPS tag
$salt: ?
I have searched on ****** and the response is:
crypt($password, '$2a$13$' . $salt);
I don't understand
$password: The password to check
'$2a$13$': Encrypt IPS tag
$salt: ?