Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timgabets/hsms

Hardware Security Module (HSM) npm module
https://github.com/timgabets/hsms

Last synced: about 2 months ago
JSON representation

Hardware Security Module (HSM) npm module

Awesome Lists containing this project

README

        

# hsms

A simple Hardware Security Module ([HSM](https://en.wikipedia.org/wiki/Hardware_security_module)) simulator.
The list of supported commands is:

Only the double-length key 3DES operations are supported.

## To use:
```javascript
const hsm = new HSM()

```

## To customize:

```bash
git clone https://github.com/timgabets/hsms.git
cd hsms
# Install all the dependencies
npm install
# Init ava test framework
ava --init
# Check the tests
npm test
```