There is a system in PHP that was not developed by me, it uses crypt to encrypt the user's password, like this:
$senha = crypt($senha);
With the PHP update on the server, crypt is asking for salt when creating new users...
asked by
22.12.2017 / 15:43