A WebCrypto Polyfill for Node in TypeScript built on OpenSSL
git clone https://github.com/PeculiarVentures/node-webcrypto-ossl
cd node-webcrypto-ossl
npm install node-gyp -g
npm install typescript -g
npm install tsd -g
npm install mocha -g
npm install
tsd install
tsc
node-gyp configure build
If you experience any errors make sure you have downloaded TypeScript dependencies
mocha
At this time this solution should be considered suitable for research and experimentation, further code and security review is needed before utilization in a production application.
Please report bugs either as pull requests or as issues in the issue tracker. node-webcrypto-ossl has a full disclosure vulnerability policy. Please do NOT attempt to report any security vulnerability in this code privately to anybody.
- node-gyp (node native module compiler)
- typescript (TypeScript compiler)
- tsd (TypeScript Defenition compiler)
- mocha (test)