ecies

0.1.0 • Public • Published

node-ecies

Build Status NPM Dependency Status MIT Licence GitTip

A Node.js ECIES implementation.

Usage

var ecies = require('ecies');
var chiperText = ecies.encrypt(text, hexPublicKey, curveName);
var decryptedText = ecies.decrypt(cipherText, hexPrivateKey, curveName);

Compatability

I've read somewhere that Crypto++'s ECIES implementation is not compatible with Bouncy Castle's implementation. It is also broken in Node 0.11.

Dependents (0)

Package Sidebar

Install

npm i ecies

Weekly Downloads

5

Version

0.1.0

License

MIT

Last publish

Collaborators

  • bardi.harborow