PBKDF2 Key Generator
Derive a key from a password and salt using PBKDF2-HMAC (SHA-256, SHA-384, or SHA-512) with a configurable iteration count and key length. Salt is randomly generated by default; output is shown in hex and base64.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Password / passphrase
Salt
auto, custom Custom salt
Custom salt encoding
text, hex Hash algorithm
sha256, sha384, sha512 Iterations
1000 <= x <= 1000000Key length (bits)
8 <= x <= 2048Expected key (optional)
Response
Tool output
The tool's slug, echoing the {slug} in the request path.
Output-contract version for this tool.
Credits this call consumed, after any settlement refund. 0 when metering is disabled.
Credits left in the current monthly allowance, or null when metering is disabled.
Correlation id, also sent as x-request-id.