Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 394 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 394 Bytes

JWK Creator

Simple webapp that converts an existing RSA private or public key into a JSON Web Key (JWK).

Try it.

Why does this exist? Because I couldn't find an online tool that did what I wanted. There are a few others but they generate the private key and create the JWK from that. Not what I wanted.