Generators
JWK / JWK Set Generator
Generate a JSON Web Key (JWK, RFC 7517) and a JWK Set ({"keys":[...]}) for OAuth 2.0 / OIDC. Supports EC (P-256/P-384/P-521/secp256k1), Ed25519 (OKP), and symmetric oct keys, with optional kid, use, and alg. Generated in your browser and never transmitted.
[Try JWK / JWK Set Generator in your browser →](https://iotools.cloud/tool/jwk-set-generator/)
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Key type
Available options:
EC, OKP, oct Curve
Available options:
P-256, P-384, P-521, secp256k1 Key size (bits)
Available options:
128, 192, 256, 384, 512 Public key use (use)
Available options:
sig, enc, Algorithm (alg)
Key ID (kid)
Available options:
thumbprint, uuid, custom, none Custom kid
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.