polarssl

0.0.3 • Public • Published

node-polarssl

Node.JS bindings for PolarSSL, a clean, lightweight crypto library.

Overview

I want to make certs and stuff. PolarSSL is cool.

Functionality

rsa_gen

polarssl.rsa_gen(1024, function(err, key) {
  if (err) {
    return console.log(err);
  }
 
  console.log(key.private);
  console.log(key.public);
});

License

All original code is licensed under a 3-clause BSD license. A copy is included with the source.

PolarSSL is licensed under the GPLv2.

Contact

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i polarssl

Weekly Downloads

0

Version

0.0.3

License

BSD

Last publish

Collaborators

  • deoxxa