nodejs / webcrypto

This repository has been archived. The WebCrypto API has been implemented in recent versions of Node.js and does not require additional packages.
69 stars 20 forks source link

Add JWK support to RSA #15

Closed tniessen closed 4 years ago

tniessen commented 5 years ago

This won't be possible (without manually parsing DER) as long as node does not provide an API to extract relevant fields from keys and to construct keys from said fields.

Previous discussion in https://github.com/nodejs/node/issues/26854.