🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

bali-hsm-proxy

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bali-hsm-proxy

This project defines a JavaScript implementation of the Bali Nebula™ security module interface that acts as a proxy to a BLE based hardware security module.

2.8.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

The Bali HSM Proxy™ (v2)

For more information on this project click on the following links:

  • project documentation
  • node packages
  • release notes
  • code examples

Getting Started

To install this NodeJS package, execute the following command:

npm install bali-hsm-proxy

Then add the following line to your NodeJS modules:

const debug = 1;  // debugging level: [0..3]
const bali = require('bali-hsm-proxy').proxy(directory, debug);

Contributing

Project contributors are always welcome. Create a fork of the project and add cool new things to the project. When you are ready to contribute the changes create a subsequent "pull request". Any questions and comments can be sent to craterdog@gmail.com.

Keywords

JavaScript

FAQs

Package last updated on 01 Jun 2022

Did you know?

Socket

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