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 partial RSA prototype #4

Closed tniessen closed 5 years ago

tniessen commented 5 years ago

This adds basic support for RSASSA-PKCS1-v1_5 (section 20) and RSA-PSS (section 21). Like all the other code, it is just a prototype, and will need a lot of refining, but most things should work.

Fixes: https://github.com/nodejs/webcrypto/issues/2 Fixes: https://github.com/nodejs/webcrypto/issues/3