Class Pbkdf2

Summary

Fully Qualified Name: Zend\Crypt\Key\Derivation\Pbkdf2

Description

PKCS #5 v2.0 standard RFC 2898

Methods

Name Description Defined By
calc() Generate the new key Pbkdf2

Method Details

calc()

Generate the new key

Parameter Name Type Description
$hash string The
$password string The
$salt string
$iterations int The
$length int The

Returns: string

Top