Re: Web-based pinentry

2012-08-30 Thread Michael Gauthier
yyy yyy at yyy.id.lv Thu Aug 30 12:48:45 CEST 2012 As of GnuPGv2, the --command-fd method of passing passphrases no longer seems to work. Is there an alternative I can use so that the pin entry interface is still a webpage? Please let me know what I can use to handle pin-entry in a

Web-based pinentry

2012-08-29 Thread Michael Gauthier
Hello, I'm the maintainer of a PHP package that integrates with GnuPG (https://github.com/gauthierm/Crypt_GPG) The package is used on a website to allow decrypting stored messages. This is accomplished using the --status-fd and --command-fd options of GnuPG, allowing the passing of

Controlling number of passphrase attempts

2008-09-03 Thread Michael Gauthier
Hi, Is it possible to control the number of times GPG asks for a passphrase? I'm writing a library using GPG with the --status-fd and --command-fd arguments. When a bad passphrase is provided, GPG tried three times to get the correct passphrase. I'd like it to try once and then fail. I would use