Skip to content

kiskovacs/node-webcrypto-ossl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-webcrypto-ossl

A WebCrypto Polyfill for Node in TypeScript built on OpenSSL

Installation

Clone Repo

git clone https://github.com/PeculiarVentures/node-webcrypto-ossl
cd node-webcrypto-ossl

Get Dependencies

npm install node-gyp -g
npm install typescript -g
npm install tsd -g
npm install mocha -g

Install & Compile

npm install
tsd install
tsc
node-gyp configure build

If you experience any errors make sure you have downloaded TypeScript dependencies

Tests

mocha

Suitability

At this time this solution should be considered suitable for research and experimentation, further code and security review is needed before utilization in a production application.

Bug Reporting

Please report bugs either as pull requests or as issues in the issue tracker. node-webcrypto-ossl has a full disclosure vulnerability policy. Please do NOT attempt to report any security vulnerability in this code privately to anybody.

Dependencies

  • node-gyp (node native module compiler)
  • typescript (TypeScript compiler)
  • tsd (TypeScript Defenition compiler)
  • mocha (test)

Related

About

A WebCrypto Polyfill for Node in TypeScript built on OpenSSL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 35.8%
  • TypeScript 34.8%
  • JavaScript 27.0%
  • Python 1.6%
  • Other 0.8%