Encryption in php | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Encryption in php

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

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