Questions tagged «openpgp»


1
访问私钥时GPG挂起
我喜欢用我的PGP密钥在git commit上签名,所以当我去时我很震惊,git commit -S但是git并没有挂起我的PGP密钥密码。我已经几个月没有更改我的GPG设置了,从那以后就进行了很多提交,没有问题。此外,当我尝试使用查看我的私钥时gpg -K,gpg会挂起。但是,当我运行gpg -k以查看我的公共密钥时,它会像平常一样返回该列表。希望有人会对导致此问题的原因及其解决方法有所了解。
16 git  gpg  pgp  openpgp 

1
为什么GnuPG 2和gpg-connect-agent失败并显示“ ERR 67108983 No SmartCard daemon”?
使用Debian Jessie和GnuPG 2,每次我尝试使用GnuPG 2(gpg2)或gpg-connect-agent与OpenPGP智能卡(在我的情况下为YubiKey)一起使用时,操作都会失败并显示一条消息 $ gpg-connect-agent --hex "scd apdu 00 f1 00 00" /bye ERR 67108983 No SmartCard daemon <GPG Agent> $ gpg2 --card-status ERR 67108983 No SmartCard daemon <GPG Agent> 使用旧版GnuPG 1(gpg)时,一切正常。 这是怎么了
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.