Related Functions

password_verify

PHP 5.5.0+

Verifies that a plain text password matches a cryptographic hash, using timing-attack-safe comparison algorithms for secure authentication.

Description

The password_verify() Verifies that a plain text password matches a cryptographic hash, using timing-attack-safe comparison algorithms for secure authentication.

Example