Textpattern PHP Cross Reference Content Management Systems

Summary: /textpattern/vendors/Textpattern/Password/AdapterInterface.php - 53 lines - 1367 bytes - Source - Print

Description: Password hashing implementation template.

Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

AdapterInterface:: (2 methods):
verify()
hash()

Interface: AdapterInterface


verify($password, $hash line: 35
Verifies the password.

return: bool   TRUE if the password matches the hash
param: string $password The password
param: string $hash     The hash
hash($password line: 45
Hashes the password.

return: string The hash
param: string $password

title

Body