Socket
Socket
Sign inDemoInstall

webcrypto

Package Overview
Dependencies
41
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    webcrypto

Use the Node.js crypto module API without having to worry if it is being run in browser or Node.js


Version published
Maintainers
1
Install size
3.18 MB
Created

Changelog

Source

0.1.1 (2017-12-13)

Features

  • upgrading to new aegir (#17) (ab52405)

<a name="0.1.0"></a>

Readme

Source

webcrypto

Coverage Status Travis CI Circle CI Dependency Status js-standard-style

WebCryptoAPI polyfil to work in Node.js in the Browser (so that you don't have to be concerned about moving crypto code between a browser and server side app)

Roadmap

  • Expose the Node.js crypto module interface
  • Use crypto-browserify to make it work in the browser
  • Replace crypto-browserify with WebCryptoAPI when browser supports it
  • Consider if we should replace the functions that TweetNaCL offers for perf/or and stability improvements

API

This module should follow at all times the Node.js Crypto API https://nodejs.org/api/crypto.html

Tests

This module is using tests from crypto-browserify to validate that the expectations remain fulfilled

Keywords

FAQs

Last updated on 13 Dec 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc