CheckIfRehashNeededHandlerInterface

Interface for a password handler which supports checking if the password requires rehashing

since

4.0.0

package

Joomla CMS

Methods

checkIfRehashNeeded

Check if the password requires rehashing

checkIfRehashNeeded( hash) : 
since

4.0.0

Arguments

hash

stringThe password hash to check

Response

bool