You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkcs15-init \
--delete-objects privkey,pubkey \
--id 01 \
--store-private-key secp256k1.p12 \
--format pkcs12 \
--auth-id 3 \
--verify-pin \
--pin 12345678
Using reader with a card: Nitrokey Nitrokey 3 [CCID/ICCD Interface] 00 00
NOTE: couldn't find privkey 01 to delete
NOTE: couldn't find pubkey 01 to delete
Deleted 0 objects
Importing 1 certificates:
0: /C=US/ST=CA/L=Somewhere/O=Aquareum/CN=Cert Testing
Failed to store private key: Key length/algorithm not supported by card
My understanding is that such support would have to be implemented in this repo, is that right? Could we get support so I don't have to return mine? <3
The text was updated successfully, but these errors were encountered:
The NitroKey 3A NFC shop advertises support for Koblitz curves:
But I bought one and it doesn't work.
My understanding is that such support would have to be implemented in this repo, is that right? Could we get support so I don't have to return mine? <3
The text was updated successfully, but these errors were encountered: