1380. Function

1380.1. Zend\Crypt\Password\create

ZendCryptPasswordcreate()

Create a password hash for a given plain text password

Parameters:string – The password to hash
Return type:string The formatted password hash

1381. Function

1381.1. Zend\Crypt\Password\verify

ZendCryptPasswordverify()

Verify a password hash against a given plain text password

Parameters:
  • string – The password to hash
  • string – The supplied hash to validate
Return type:

bool Does the password validate against the hash

Project Versions

Table Of Contents

Previous topic

1379. Class

Next topic

1382. Class

This Page