polhenarejos / pico-openpgp

Converting a Raspberry Pico into an OpenPGP CCID smart card.
https://www.picokeys.com
GNU General Public License v3.0
55 stars 8 forks source link

using pico-opengpg in windows #10

Closed dev-area closed 1 month ago

dev-area commented 6 months ago

Hi I couldnt find a way to work with the device on windows tried gpg, gpg4win smartcard is not recognized is it possible?

thanks liran

polhenarejos commented 6 months ago

Do you have OpenSC installed? If so, try to opensc-tool -an and pkcs11-tool -L to see if it is recognized.

dev-area commented 6 months ago

it is recognized with opensc-tool but i couldnt find a way to make it work on kleopatra (wingpg) or othe gui program

polhenarejos commented 6 months ago

So, just for the record, with OpenSC and gpg2 it works, right? If it works, I'll debug it with Windows to see if Kelopatra or wingpg introduce something additional.

dev-area commented 6 months ago

correct, opensc and gpg is working ok

polhenarejos commented 6 months ago

I cannot reproduce it. I installed latest version of gpg4win suite and running Kleopatra 3.2.0. My Pico OpenPGP is being recognized, I can generate 3 keys and change PIN through "Smart card" tab. Is any error you see? Did you try to run Kleopatra with Administrative privileges?

An screenshot:

image
polhenarejos commented 1 month ago

Fixed in 11cb855