Encryption in php | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Encryption in php

How do you encrypt things (passwords) in php and sql?

26th Jun 2017, 5:21 PM
rustic crow
1 Resposta
+ 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
26th Jun 2017, 7:03 PM
CHMD
CHMD - avatar