How to use node-webcrypto-p11 - 2 common examples

To help you get started, we’ve selected a few node-webcrypto-p11 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github PeculiarVentures / pvpkcs11 / test / rsa.js View on Github external
before(() => {
            p11 = new p11_crypto.WebCrypto({
                library: config.lib,
                slot: 0,
            });
            ossl = new ossl_crypto();
        })
github PeculiarVentures / pvpkcs11 / test / ec.js View on Github external
before(() => {
            p11 = new p11_crypto.WebCrypto({
                library: config.lib,
                slot: 0,
            });
            ossl = new ossl_crypto();
        })

node-webcrypto-p11

A WebCrypto Polyfill built on PKCS11

MIT
Latest version published 3 months ago

Package Health Score

60 / 100
Full package analysis

Popular node-webcrypto-p11 functions