Skip to content
ZeroServer.tools

PEM ↔ JWK Converter

Convert RSA PEM keys to JSON Web Key (JWK) format and back — all processing happens in your browser.

PEM vs JWK format

PEM (Privacy-Enhanced Mail) is a Base64-encoded DER format with -----BEGIN / END-----headers, used by OpenSSL, nginx, and most server software. JWK (JSON Web Key, RFC 7517) represents cryptographic keys as JSON objects, commonly used in OAuth 2.0, OIDC, and JWT ecosystems. This converter uses the browser's Web Crypto API — keys are never uploaded to any server.

Private & free — this tool runs entirely in your browser.

Recommended: IndieKit Ship your Next.js startup in days.affiliate

Related Cryptography & Security tools