https://github.com/ellipticsecure/go-ehsm-example1
Golang PKCS11 eHSM example code to generate ECC keys, sign and verify
https://github.com/ellipticsecure/go-ehsm-example1
Last synced: 8 months ago
JSON representation
Golang PKCS11 eHSM example code to generate ECC keys, sign and verify
- Host: GitHub
- URL: https://github.com/ellipticsecure/go-ehsm-example1
- Owner: ellipticSecure
- Created: 2019-01-23T21:27:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T21:43:42.000Z (over 7 years ago)
- Last Synced: 2024-12-27T09:17:31.021Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
### This simple example demonstrates how to use the eHSM Hardware Security Module to perform elliptic curve cryptography.
For updated documentation, see [the how-to](https://ellipticsecure.com/ehsm/how-to/2019/01/23/ehsm-go-ecc-example.html).
#### Prerequisites: an initialized eHSM with a user password set.
#### Test and build instructions
Setup your Go environment as usual, change main.go if needed and then:
```bash
go get github.com/ellipticSecure/go-ehsm-example1
go install github.com/ellipticSecure/go-ehsm-example1
./bin/go-ehsm-example1
```