hsmsim

Hardware Security Module simulator


Keywords
HSM, Hardware, Security, Thales
License
LGPL-2.1
Install
npm install hsmsim@0.1.0

Documentation

hsms

A simple Hardware Security Module (HSM) simulator. The list of supported commands is:

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

To use:

const hsm = new HSM()

To customize:

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