https://github.com/Nitrokey/nethsm
Nitrokey NetHSM system software and firmware
https://github.com/Nitrokey/nethsm
cryptography hsm mirageos muen ocaml security unikernel
Last synced: 6 months ago
JSON representation
Nitrokey NetHSM system software and firmware
- Host: GitHub
- URL: https://github.com/Nitrokey/nethsm
- Owner: Nitrokey
- License: eupl-1.2
- Created: 2023-11-27T18:55:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T04:55:37.000Z (6 months ago)
- Last Synced: 2024-11-23T05:24:45.617Z (6 months ago)
- Topics: cryptography, hsm, mirageos, muen, ocaml, security, unikernel
- Language: OCaml
- Homepage: https://www.nitrokey.com/products/nethsm
- Size: 3 MB
- Stars: 54
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
- Support: SUPPORTERS.md
Awesome Lists containing this project
README
# NetHSM
NetHSM is a networked hardware security module which can securely store a large number of cryptographic keys, have a high computing performance, and offers common key management functions via a modern REST-based API.
For further information refer to the following documents.
- [System Design](docs/system-design.md)
- [Developer Documentation](docs/developer-documentation.md)
- [User Documentation](https://docs.nitrokey.com/nethsm/)## Development
To learn about how to build the NetHSM System Software, please refer to the [Developer Documentation](docs/developer-documentation.md).
### Local Test System
The local test system can be used to develop integrations with the NetHSM.
Precompiled Docker images can be downloaded from [Docker Hub](https://hub.docker.com/r/nitrokey/nethsm).
Please note that images are currently tagged either with the abbreviated commit hash or `testing`.# Releases
The latest releases can be found on the [releases page](https://github.com/Nitrokey/nethsm/releases).