rynomad / subtle

MIT License
25 stars 7 forks source link

Support for RSA-PSS #3

Open mitar opened 8 years ago

mitar commented 8 years ago

Please. :-)

mitar commented 8 years ago

It is recommended to be used over RSASSA-PKCS1-v1_5 in new applications.

rynomad commented 8 years ago

Hey there, sorry for the delay. If you can point me in the direction of an existing RSA-PSS library in javascript, I'd be happy to see what I can do. This project is specifically nothing more than wrappers over existing crypto libs to allow them to use the webcrypto promise API, but I've tried to architect it in such a way that adding new algorithms should be pretty painless, assuming a good library exists somewhere to incorporate it.

mitar commented 8 years ago

It is documented here. So RSASSA-PSS is the full name.

mitar commented 8 years ago

It seems that since then you can just use PSS as an argument.