Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timgabets/hsms
- Owner: timgabets
- Created: 2017-10-19T10:25:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T10:53:32.000Z (about 7 years ago)
- Last Synced: 2024-11-08T08:05:56.541Z (2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
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
```