mssun / passforios

Pass for iOS - an iOS client compatible with Pass command line application.
https://mssun.github.io/passforios
MIT License
1.52k stars 103 forks source link

Editing entries with YubiKey fails #612

Open marcoadurno opened 1 year ago

marcoadurno commented 1 year ago

Hi,

I have yubikey setup as the only pgp key.

Opening password entries works great, but editing existing entries or creating new ones doesn’t work.

When I click save I get: Error, cannot import key.

I’m using 0.14

pjht commented 1 year ago

Having the same issue as well, also on 0.14. I think this is due to the Yubikey only storing the private key, since the application is supposed to store the public key. But this is impossible currently, as the file import requires both public and private keys.