hsms
v0.1.2
Published
Hardware Security Module simulator
Downloads
3
Readme
hsms
A simple Hardware Security Module (HSM) simulator library. 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