JWK / JWKS / PEM Converter
Inspect JWK and JWKS payloads, convert common PEM keys to JWK, and export JWKs back to PEM without leaving the browser.
- Supports JWK, JWKS, and common PEM public or private key blocks.
- Normalizes key metadata such as
kid,alg,use, and key type. - Converts typical RSA and EC keys using built-in browser crypto.
Input
-----BEGIN PUBLIC KEY----- and -----BEGIN PRIVATE KEY----- blocks.