-
Integration updated YubiHSM with Web3Signer.
**Sample meta file**
Connector url can either be http or yhusb
http connector:
`http://localhost:12345`
usb connector:
`yhusb://` (will pick …
-
I have been trying to hash and sign 512 bits using PKCS1v15, but the result is more than 512.
RSA offers 2048, 3072, and 4096 bits key for PKCSv15. How may I play around to obtain 512 bits?
Howev…
-
I've attempted to build `yubihsm-connector` and `yubihsm-shell` on Ubuntu 20.04 and I seem to have gotten it to build successfully, but I'm unable to actually get it to connect okay. I can see the HSM…
-
Running on v0.7.2 -- after adding a second key to the HSM, I got:
`tmkms::client: ... invalid key: expected only one key in keyring`
It is my understanding that the config part `auth = { key = 2…
grizz updated
4 years ago
-
Hello,
I'm sorry but I can't find the documentation, about how to setup the session password. Isn't possible to set a new session password with yubihsm-shell?
Thanks!
Olaf
-
I've exported encrypted backup from yubihsm2 to .enc file ( with `$ tmkms yubihsm keys export ...`) and trying to decrypt it with wrapkey using yubihsm-shell:
```
yubihsm> set informat base64
yub…
-
Hi,
my name is Ivan and I'm a software engineer at TBTL. In order to deploy our platform in production, we need to sign certain things using PKCS1 with a key we intend to keep in a YubiHSM 2 device…
-
We just landed some pretty substantial new functionality in Tendermint KMS: transaction signing using a YubiHSM2-backed account key:
https://github.com/iqlusioninc/tmkms/pull/78
In the process w…
-
We need to have HSM support to allow for Node Operators to protect the node keys properly.
## Details
Which HSMs do we support? Do we just support PKCS11? Do we support Cloud based HSMs?
## …
-
I have exported a wrapped asymmetric key, and now I need to decrypt the key to use in an a different application outside of the YubiHSM2. Is there any documentation for the process of decrypting a wra…