DEV Community

Discussion on: How to Process Passwords as a Software Developer

Collapse
 
stremovsky profile image
Yuli

Great article.

For lazy guys, PHP has password_hash() function to hash passwords. It will automatically generate salt value for you.

Best
cloudinvent.com/