-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pinentry-support #50
Comments
Hey, thanks for reaching out. I've never used the pinentry yet, so could you please describe the usecase in more details. I want to ensure that it does not fits the dialog mode for example. |
pinentry is a small collection of dialog programs that allow GnuPG to read passphrases and PIN numbers in a secure manner. There are versions for the common GTK and Qt toolkits as well as for the text terminal (Curses). With bemenu (a demenu like menu) a menu pops up when I use my Yubikey and it asks me for a PIN code. |
Is there something that trigger program launch or you do it manually? I have no Yubikey, but would like to test is somehow. |
@l4l you can test it without a yubikey as well. Just install Gnupg and set the following in your
If you just want to have a look on how this work, you could install one of the following pinentry programs for playing around with it:
Just generate a new GPG key... seal it with a password and try to do operations with it. For example encrypting a file with GPG. |
More Information can be found here: https://github.com/gpg/pinentry |
btw, I think pin-entry is also used by things like gnome-keyring and (I believe) systemd when it needs to prompt a user for authentication |
Hi,
nice project! It would be cool to have pinentry support like bemenu has via pinentry-bemenu.
The text was updated successfully, but these errors were encountered: