UNPKG

rsa-key

Version:

Converts between RSA key formats, detecting input format (PEM, DER, PKCS1, PKCS8). No OpenSSL needed.

53 lines (52 loc) 1.16 kB
{ "name": "rsa-key", "version": "0.0.6", "description": "Converts between RSA key formats, detecting input format (PEM, DER, PKCS1, PKCS8). No OpenSSL needed.", "main": "src/index.js", "scripts": { "test": "eslint . && nyc --all mocha", "coverage": "nyc report --reporter=text-lcov | coveralls", "prepack": "npm test", "devtest": "nodemon -L --watch . --exec 'npm test'" }, "repository": { "type": "git", "url": "git+https://github.com/racbart/rsa-key.git" }, "keywords": [ "node", "rsa", "convert", "detect", "format", "formats", "PEM", "DER", "PKCS1", "PKCS8", "keys", "key", "private", "public", "crypto" ], "author": "racbart.com", "license": "MIT", "bugs": { "url": "https://github.com/racbart/rsa-key/issues" }, "homepage": "https://github.com/racbart/rsa-key#readme", "devDependencies": { "chai": "^4.1.2", "coveralls": "^3.0.0", "eslint": "^4.14.0", "istanbul": "^0.4.5", "mocha": "^4.1.0", "node-rsa": "^0.4.2", "nodemon": "^1.14.7", "nyc": "^11.4.1" }, "dependencies": { "asn1": "0.2.3" } }