hash_pbkdf2_hmac
Derive a cryptographic key from a password using PBKDF2-HMAC with configurable salt, iterations, output length, and hash algorithm.
Instructions
PBKDF2-HMAC key derivation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | ||
| salt | Yes | ||
| iterations | No | ||
| dklen | No | ||
| hash_name | No | sha256 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |