0
Encryption in php
How do you encrypt things (passwords) in php and sql?
1 Odpowiedź
+ 1
It is recommended to use the built-in function password_hash() with the PASSWORD_BCRYPT algorithm. For more info check: http://php.net/manual/en/function.password-hash.php