JWK / JWKS → PEM Conversion
Paste single JWK or entire JWKS, convert to PEM public key (SPKI), and display each key's kty / alg / use / kid plus RFC 7638 JWK Thumbprint. Supports RSA and EC; exports public key only when private key fields present. Pure browser conversion, never uploaded.
Where to Get JWKS
Use OIDC Discovery Viewer to fetch any OP's jwks_uri, paste the keys here to convert to PEM for JWT Verification. Reverse (key generation) see JWK Generator.