Convert JSON Web Key parameters between JWK and common key encodings.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
JWK members describe a cryptographic key using base64url-encoded parameters such as an RSA modulus and exponent or elliptic-curve coordinates. Conversion maps those parameters to a selected PEM, DER, or JWK representation without changing key material.
{"kty":"EC","crv":"P-256","x":"f83OJ3D2xF1Bg8vub9tLe1gHMzV76e8Tus9uPHvRVEU","y":"x_FEzRu9m36HLN_tue659LNpXW6pCyStikYjKIWI5a0"}
=== JWK Key Information === Key Type (kty): EC Type: Elliptic Curve Key Curve: P-256 Contains: Public key only
JWKS endpoints, OAuth key imports, and browser API workflows convert JWKs.