0.0.3 • Published 11 years ago

certify v0.0.3

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

Certify

Create X.509 ASN.1 RSA Keypairs.

Usage

var Certify = require("certify");

var key = Certify();
console.log(key);

Notes

Essentially a wrapper around the Keypair library, keypair wasn't providing the PublicKeyInfo section that the X.509 ASN.1 format requires.

Installation

$ npm install certify

Thanks

License

MIT

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago