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
559 stars 27 forks source link

Retrieving key from keychain by account vs title #36

Open 01apoorv opened 1 year ago

01apoorv commented 1 year 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.