crypto_pbkdf2
Generate secure PBKDF2 password hashes with customizable algorithms and parameters. Supports SHA-256, SHA-512, and hash verification.
Instructions
Menu ID: pbkdf2. PBKDF2 Generator. Generate secure PBKDF2 password hashes with customizable algorithms and parameters. Support for SHA-256, SHA-512 and hash verification. Use describe_tool with tool_id "pbkdf2" for full page guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | ||
| algorithm | Yes | ||
| iterations | Yes | ||
| length | Yes | ||
| salt | Yes |