node-webcrypto-shim

This is a simple webcrypto shim for node.js that fallsback to native webcrypto when browserified. It is based off of node-webcrypto-ossl.

Usage no npm install needed!

<script type="module">
  import nodeWebcryptoShim from 'https://cdn.skypack.dev/node-webcrypto-shim';
</script>

README

SYNOPSIS

NPM Package

js-standard-style

This is a simple webcrypto shim for node.js that fallsback to native webcrypto when browserified. It is based off of node-webcrypto-ossl.

INSTALL

npm install node-webcrypto-shim

USAGE

const crypto = require('node-webcrypto-shim')

LICENSE

MPL-2.0