graphene-pk11
Advanced tools
Comparing version 2.0.14 to 2.0.15
{ | ||
"name": "graphene-pk11", | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"description": "A simple layer for interacting with PKCS #11 / PKCS11 / CryptoKI for Node in TypeScript", | ||
@@ -32,5 +32,2 @@ "main": "./build/graphene.js", | ||
}, | ||
"bin": { | ||
"graphene": "./build/console/console.js" | ||
}, | ||
"dependencies": { | ||
@@ -37,0 +34,0 @@ "@types/node": "^6.0.46", |
@@ -44,35 +44,2 @@ # Graphene | ||
## Using the CLI | ||
Install the package | ||
``` | ||
$ npm install graphene-pk11 --global | ||
``` | ||
Create config file | ||
``` | ||
// config.json | ||
{ | ||
"lib": "/usr/local/lib/softhsm/libsofthsm2.so", | ||
"libName": "SoftHSMv2.0", | ||
"slot": 0, | ||
"pin": "password" | ||
} | ||
``` | ||
Start console application | ||
``` | ||
$ graphene | ||
``` | ||
Load module from config file | ||
``` | ||
$ > module init -p config.json | ||
``` | ||
Get list of objects | ||
``` | ||
$ > object list -s 0 | ||
``` | ||
## Using the Package | ||
@@ -79,0 +46,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
326752
79
7104
555