| Fully Qualified Name: | Laminas\Crypt\Key\Derivation\Pbkdf2 |
PKCS #5 v2.0 standard RFC 2898
| Name | Description | Defined By |
|---|---|---|
| calc() | Generate the new key | Pbkdf2 |
Generate the new key
| Parameter Name | Type | Description |
|---|---|---|
| $hash | string | The |
| $password | string | The |
| $salt | string | |
| $iterations | int | The |
| $length | int | The |
Returns: string