June 22, 2019 Patrick Morrow PHP How to use password_hash() in PHP June 22, 2019 Patrick Morrow PHP Probably one of the most common features required by website owners is the ability to log in. Implementing a simple login system is not all that challenging. However, the security involved can be quite complex.