Encryption in php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Encryption in php

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

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