x402node_crypto_pbkdf2
Derive a cryptographic key from a password using PBKDF2 with configurable iterations, salt, and hash algorithm. Choose parameters like iteration count and output length for your security needs.
Instructions
PBKDF2 key derivation / password hashing / KDF / scrypt alternative / stretch password / derive encryption key / password-based key derivation / iterations / salt. Derive a cryptographic key from a password using PBKDF2 with configurable iterations, salt, and hash algorithm.
Price: unknown on Base (auto-paid in USDC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algo | No | Hash algorithm (default sha256) | |
| iterations | No | Iteration count (default 100000) | |
| keylen | No | Output length in bytes (default 32) | |
| password | Yes | Password to hash (required) | |
| salt | Yes | Salt (required) |