33 public function crypt( $plaintext ) {
44 public function verify( $password ) {
Represents an invalid password hash.
verify( $password)
Checks whether the given password matches the hash stored in this object.
equals( $other)
Compare one Password object to this object.
needsUpdate()
Determine if the hash needs to be updated.
crypt( $plaintext)
Hash a password and store the result in this object.
toString()
Convert this hash to a string that can be stored in the database.
Represents a password hash for use in authentication.