Encryption in php | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Encryption in php

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

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