Closed
Description
I've been looking for documentation and/or notes about the plans for the Node.js core crypto module and somethings are still unclear to me (but on that I'm sure I'm simply missing a lot of context, which I hope to get :)), namely:
- Since there is a WebCrypto Standard now, is there any goal of accessing the WebCryptoAPI available in Chrome from Node.js?
- Node.js crypto module stands on top of openssl lib, what would be the obstacles if we wanted to move to the WebCryptoAPI, not being dependent on the openssl lib that is installed in the host (and from that, enable crypto code to move between Node.js and the Browser without any trouble).
- What is the state of ECDSA in Node.js
- Is there plans for a Crypto WG? Or is there a channel that I should be posting these questions instead of here?
Thank you :)