0.1.0 • Published 7 years ago

hsmsim v0.1.0

Weekly downloads
4
License
LGPL-2.1
Repository
github
Last release
7 years ago

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