Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

craterdog-archives/js-bali-hsm-proxy

Repository files navigation

The Bali HSM Proxy™ (v2)

Quick Links

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

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.

Releases

No releases published

Packages

No packages published