Interchangeably use RSA & ECDSA with PEM and JWK for Signing, Verifying, CSR generation and JOSE. Ugh... that was a mouthful. :)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

36 lines
733 B

{
"name": "keypairs",
"version": "1.2.14",
"description": "Lightweight RSA/ECDSA keypair generation and JWK <-> PEM using node's native RSA and ECDSA support",
"main": "keypairs.js",
"files": [
"bin/keypairs.js"
],
"scripts": {
"test": "node test.js"
},
"bin": {
"keypairs-install": "bin/keypairs.js"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/keypairs.js"
},
"keywords": [
"EC",
"RSA",
"ECDSA",
"PEM",
"JWK",
"keypair",
"crypto",
"sign",
"verify"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"dependencies": {
"eckles": "^1.4.1",
"rasha": "^1.2.4"
}
}