daviddias / webcrypto

WebCryptoAPI polyfil to work in Node.js in the Browser (so that you don't have to be concerned about moving crypto code between a browser and server side app)
MIT License
24 stars 6 forks source link

webcrypto

Coverage Status Travis CI Circle CI Dependency Status js-standard-style

WebCryptoAPI polyfil to work in Node.js in the Browser (so that you don't have to be concerned about moving crypto code between a browser and server side app)

Roadmap

API

This module should follow at all times the Node.js Crypto API https://nodejs.org/api/crypto.html

Tests

This module is using tests from crypto-browserify to validate that the expectations remain fulfilled