rsa-compat
Advanced tools
Comparing version 1.2.6 to 1.2.7
{ | ||
"name": "rsa-compat", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler", | ||
"main": "node.js", | ||
"bin": { | ||
"rsa-keygen-js": "bin/rsa-keygen.js" | ||
}, | ||
"scripts": { | ||
@@ -39,3 +42,3 @@ "test": "node tests" | ||
"dependencies": { | ||
"buffer-v6-polyfill": "^1.0.1", | ||
"buffer-v6-polyfill": "^1.0.3", | ||
"node-forge": "^0.6.41" | ||
@@ -42,0 +45,0 @@ }, |
@@ -12,2 +12,27 @@ # rsa-compat.js | ||
Install | ||
======= | ||
``` | ||
# node.js | ||
npm install --save rsa-compat | ||
# CLI | ||
npm install --global rsa-compat | ||
``` | ||
Usage | ||
===== | ||
CLI | ||
--- | ||
You can generate keypairs on Windows, Mac, and Linux using rsa-keygen-js: | ||
```bash | ||
# generates a new keypair in the current directory | ||
rsa-keypiar-js | ||
``` | ||
Examples | ||
@@ -14,0 +39,0 @@ -------- |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55625
19
1244
211
2
Updatedbuffer-v6-polyfill@^1.0.3