pinentry-touchid icon indicating copy to clipboard operation
pinentry-touchid copied to clipboard

Custom GPG pinentry program for macOS that allows using Touch ID for fetching the password from the macOS keychain.

Results 20 pinentry-touchid issues
Sort by recently updated
recently updated
newest added

After I applied the installation instructions step by step, I got an error while signing commit. The problem is in the communication between the gpg-agent and the pinentry program as...

I'm not sure about this, but I will put it here just to keep track of the issue: It would be nice to support devices without Touch ID by using...

enhancement
help wanted
good first issue

Happens when I run ```$ echo "1234" | gpg -as -``` Reset Passphrase used from TouchID? (using) M1 Mac **GPG** ```$ gpg --version``` gpg (GnuPG) 2.3.7 libgcrypt 1.10.1 Copyright (C)...

bug

## Describe the bug I've been trying to use this gpg-agent for a while now. Finally got it working on the M1 chip mac. However, now im running into a...

bug

## Describe the bug The key info is parsed to obtain a key grip and fails for key descriptions that don't conform to the format. The pinentry documentation states that...

bug

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...

size/S

The commands listed in the docs all contain a prompt, `$`, which breaks copy and paste functionality built into code snippets on github. Removing the prompt from command snippets makes...

size/M

By using execve(2), we can replace the running `pinentry-touchid` process with `pinentry-mac`. This allows it to directly communicate with the GPG agent, receiving all the pinentry settings and messages. I...

size/M

This series of commits adds support for detecting why TouchID authentication fails, as well as falling back to using `pinentry-mac` if the user selects the "Use Password..." option in the...

size/L

## Describe the bug `pinentry-touchid` doesn't save the password into the Keychain. As a result, I get the password/confirm password popup every time I use my GPG key which is...

bug