Skip to content

bardiharborow/node-ecies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Node.js ECIES implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published