• PHP Video Tutorials

PHP Password Function



List of Functions

Sr.No Function & Description Version
1 password_algos()

The password_algos() function can get the available password hashing algorithm IDs.

2 password_get_info()

The password_get_info() function can return information about a given hash.

3 password_hash()

The password_hash() function can create a password hash.

4 password_needs_rehash()

The password_needs_rehash() function can check if the given hash matches the given options.

5 password_verify()

The password_verify() function can verify that a password matches a hash.

php_function_reference.htm
Advertisements