jorgelbg / pinentry-touchid

Custom GPG pinentry program for macOS that allows using Touch ID for fetching the password from the macOS keychain.
Apache License 2.0
521 stars 23 forks source link

Retrieving key from keychain by account vs title #36

Open 01apoorv opened 10 months ago

01apoorv commented 10 months ago

This is probably the correct way to do this. The title of the key in the keychain isn't intended to be unique, but the account is, and it makes more sense to lookup using this value instead.