Quiz Question 1 of 5
By default, the password_hash()
function in PHP requires a hashing algorithm. The one we used is PASSWORD_DEFAULT
.
What hashing algorithm does PHP (in php5.5 to php7.1) use as its default algorithm?
Choose the correct answer below: