hsms

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i hsms

Weekly Downloads

3

Version

0.1.2

License

LGPL-2.1

Last publish

Collaborators

  • timgabets