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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i polarssl

    Weekly Downloads

    0

    Version

    0.0.3

    License

    BSD

    Last publish

    Collaborators

    • deoxxa