Browse Source

v0.0.2: placeholder

master
AJ ONeal 5 years ago
commit
c40a90e54f
  1. 8
      README.md
  2. 38
      package.json

8
README.md

@ -0,0 +1,8 @@
Placeholder
I've just completed these:
* [ECDSA-CSR.js](https://git.coolaj86.com/coolaj86/ecdsa-csr.js)
* [eckles.js](https://git.coolaj86.com/coolaj86/eckles.js) - JWK-to-PEM and PEM-to-JWK for EC / ECDSA P-256 and P-384
I've got working prototypes for the RSA variants as well and I'm in the middle of cleaning them up to publish.

38
package.json

@ -0,0 +1,38 @@
{
"name": "rasha",
"version": "0.0.2",
"description": "PEM-to-JWK and JWK-to-PEM for RSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.",
"homepage": "https://git.coolaj86.com/coolaj86/rasha.js",
"main": "index.js",
"bin": {
"rasha": "bin/rasha.js"
},
"files": [
"bin",
"fixtures",
"lib"
],
"directories": {
"lib": "lib"
},
"scripts": {
"postinstall": "node lib/telemetry.js event:install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/rasha.js"
},
"xkeywords": [
"zero-dependency",
"JWK-to-PEM",
"PEM-to-JWK",
"RSA",
"2048",
"4096",
"asn1",
"x509"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0"
}
Loading…
Cancel
Save