Re: Signing message problem with GPG loopback pin-entry option

2022-02-20 Thread Ingo Klöcker
On Sonntag, 20. Februar 2022 17:37:51 CET Alireza Sadeghpour wrote: > On Sun, 20 Feb 2022, 7:37 PM Ingo Klöcker, wrote: > > On Sonntag, 20. Februar 2022 16:25:31 CET Alireza Sadeghpour wrote: > > > I am trying to encrypt and sign a file with gpg and loopback pinentry > > > option, with the below c

Re: Signing message problem with GPG loopback pin-entry option

2022-02-20 Thread Alireza Sadeghpour via Gnupg-users
Thanks for your response, Actually i need to use two keys, one for aes encryption and another one is used for rsa signing, which both of them are protected with a passphrase. I tried to indicate rsa key passphrase with --passphrase option and aes key with --passphrase-file option. If that is wr

Re: Signing message problem with GPG loopback pin-entry option

2022-02-20 Thread Ingo Klöcker
On Sonntag, 20. Februar 2022 16:25:31 CET Alireza Sadeghpour via Gnupg-users wrote: > I am trying to encrypt and sign a file with gpg and loopback pinentry > option, with the below command: > > gpg --pinentry-mode=loopback --passphrase ="mypws" \ > --ignore-time-conflict --ignore-valid-from \ > -

Signing message problem with GPG loopback pin-entry option

2022-02-20 Thread Alireza Sadeghpour via Gnupg-users
I am trying to encrypt and sign a file with gpg and loopback pinentry option, with the below command: gpg --pinentry-mode=loopback --passphrase ="mypws" \ --ignore-time-conflict --ignore-valid-from \ --cipher-algo AES256 --symmetric --ignore-time-conflict \ --passphrase-file ~/.gnupg/PG/p-enckey -

Problem with "gpg-connect-agent" command

2014-06-21 Thread Vladimir
Good day! I am trying to follow the setup guide here: http://no-passwd.net/askbot/question/34/how-gnuk-supports-firmware-upgrade/ it is all fine, until I get to the following command gpg-connect-agent "KEYINFO --list" /bye instead of writing KEYINFO, it just outputs "OK". Please, could you tell

Re: Problem with gpg smartcard / 4096bits keys

2011-11-21 Thread Emmanuel JOORIS
Can i do an "up" ? Anyone have an idea or i need to re-gen my keys ? Regards Le jeudi 17 novembre 2011 à 16:09 +0100, Emmanuel JOORIS a écrit : > Here a full log, before i stop system pcscd but i seams that it is > reload by gpg2. > Also, i success to create or load and use 3072 bits keys. > >

Re: Problem with gpg smartcard / 4096bits keys

2011-11-17 Thread Emmanuel JOORIS
Here a full log, before i stop system pcscd but i seams that it is reload by gpg2. Also, i success to create or load and use 3072 bits keys. mahoru@debian:~/.gnupg$ gpg2 --card-edit scdaemon[3299]: enabled debug flags: cardio scdaemon[3299]: listening on socket `/tmp/gpg-9QyA9z/S.scdaemon' scdaem

Re: Problem with gpg smartcard / 4096bits keys

2011-11-17 Thread Werner Koch
On Thu, 17 Nov 2011 11:58, emmanuel.joo...@gmail.com said: > I use Debian testing with gnupg2 2.0.18, i have a BCM5880 smart card I don't know thisreader. Is this from Broadcom? > scdaemon[2840]: pcsc_transmit failed: not transacted (0x80100016) This error message is kind of "general error". It

Problem with gpg smartcard / 4096bits keys

2011-11-17 Thread Emmanuel JOORIS
Hello, I have some problems with my smartcard : I use Debian testing with gnupg2 2.0.18, i have a BCM5880 smart card reader and a zeitcontrol openpgp card. I read that now gnupg can use 4096bit keys with those smartcard but : when i load a 4096 bits key in the card i can sign but i'm unable to uncr

Re: Problem with GPG

2011-08-10 Thread Heinz Diehl
On 10.08.2011, MFPA wrote: > The output from gpg --dump-options shows that both spellings are valid > (for v 1.4.11 at least). Yes, now I see it, after you mentioned it. However, the manpage doesn't know about "armour", and that was the motivation for my mail. ___

Re: Problem with GPG

2011-08-09 Thread MFPA
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi On Tuesday 9 August 2011 at 9:40:13 PM, in , Heinz Diehl wrote: > Shouldn't this be "--armor" (and not "--armour")?! The output from gpg --dump-options shows that both spellings are valid (for v 1.4.11 at least). - -- Best regards MFPA

Re: Problem with GPG

2011-08-09 Thread Heinz Diehl
On 08.08.2011, Werner Koch wrote: > > echo "" | /usr/bin/gpg --batch --sign --armour --clearsig > > --passphrase-fd 0 $1 > gpg --batch --sign --armour --clearsig --passphrase-fd 0 --yes -o "$1".asc > "$1" Shouldn't this b

Re: Problem with GPG

2011-08-09 Thread Werner Koch
On Tue, 9 Aug 2011 13:34, lists.gnupg-us...@duinheks.nl said: > gpg (GnuPG) 2.0.18 > libgcrypt 1.5.0 Okay, I only asked to make sure that we are really using the right version. It would be helpful if you could change this function in gnupg/g10/pkglue.c: static gcry_mpi_t mpi_from_sexp

Re: Problem with GPG

2011-08-09 Thread lists . gnupg-users
Hello Werner, Yesterday, Aug 8, Werner Koch wrote to lists.gnupg-us...@duinheks.nl about...: WK > You should better use WK > gpg --batch --sign --armour --clearsig --passphrase-fd 0 --yes -o "$1".asc "$1" I will do that in future. WK > to avoid the mv. Even better use gpg-agent. That will t

Re: Problem with GPG

2011-08-08 Thread Doug Barton
On 08/08/2011 05:58, lists.gnupg-us...@duinheks.nl wrote: > Hello, > > I call PGP from Pine with a simple script: Take a look at http://dougbarton.us/PGP/ppf/index.html > gpg: pkglue.c:41: mpi_from_sexp: Assertion `data' failed. > Aborted > I'm running GNUpg 2.0.18 under SlackWare 13.0, bu

Re: Problem with GPG

2011-08-08 Thread Werner Koch
On Mon, 8 Aug 2011 14:58, lists.gnupg-us...@duinheks.nl said: > #!/bin/sh > echo "" | /usr/bin/gpg --batch --sign --armour --clearsig > --passphrase-fd 0 $1 You should better use gpg --batch --sign --armour --clearsig --passphrase-fd 0 --yes -o "$1".asc "$1" to avoid the mv.

Problem with GPG

2011-08-08 Thread lists . gnupg-users
Hello, I call PGP from Pine with a simple script: #!/bin/sh echo "" | /usr/bin/gpg --batch --sign --armour --clearsig --passphrase-fd 0 $1 mv $1.asc $2 Lately I noticed that it did not work, withour giving me any warning. When I use it 'by hand' I see an error: echo "xxx

Re: problem with gpg

2011-06-02 Thread Jerome Baum
On Thu, Jun 2, 2011 at 23:08, wrote: > Yes I have the password and I was given a script that actually calls the > file and inserts password but I have to do it for every single file I can't > just run the script for all and have it decrypt all by running the script? > > > I also don’t' know where

code page problem with gpg 4 win

2009-11-09 Thread Rui Hu
Hi, all I use gpg version 1.4.10 for win, my native language is chinese, i want to gen a key pair with Chinese real name (UID).but when i type chinese characters in the console, gpg failed to handle the chinese characters . i ever used the following commands to gen key pair: gpg --display-charse

Re: Problem with gpg and option --check-options

2008-10-02 Thread Werner Koch
On Thu, 2 Oct 2008 13:26, [EMAIL PROTECTED] said: > I will unsubscribe from the list and post an update in case I encounter > problems. Is there an anouncelist for your next release? [EMAIL PROTECTED] Shalom-Salam, Werner -- Linux-Kongress 2008 + Hamburg + October 7-10 + www.linux-kongr

Re: Problem with gpg and option --check-options

2008-10-02 Thread Michael
Hello Werner, Am Donnerstag 02 Oktober 2008 08:33:17 schrieb Werner Koch: > On Thu, 2 Oct 2008 07:56, [EMAIL PROTECTED] said: > > All failed have a tool tip which says: gpgconf: invalid option > > -check-options > > The name of the option should be --check-options (two leading dashes). Thanks, my

Re: Problem with gpg and option --check-options

2008-10-01 Thread Werner Koch
On Thu, 2 Oct 2008 07:56, [EMAIL PROTECTED] said: > All failed have a tool tip which says: gpgconf: invalid option -check-options The name of the option should be --check-options (two leading dashes). This is a quite new option to gpgconf, it was added on 2008-05-20 and thus it is not available

Re: Problem with gpg and option --check-options

2008-10-01 Thread Michael
Hi, thanks for the hint, I have changed this - unfortunately this did not made a change to the error message. Interesting to mention what Kleopatra tells me: - gpgcong Configuration Check Ok - gpg Configuration Check failed - gpg-agent Configuration Check failed - scddeamon Configuration Check

Re: Problem with gpg and option --check-options

2008-10-01 Thread John Clizbe
Michael wrote: > keyserver-options auto-key-retrieve include-subkeys include-revoked import- > clean export-clean import-options import-clean import-options import-clean belongs on a separate line from the keyserver-options -- John P. Clizbe Inet:John (a) Mozilla-Enigmail

Re: Problem with gpg and option --check-options

2008-10-01 Thread Michael
Hello Charly, thanks for your answer, I have attacht further information at the bottom of this mail. Am Mittwoch 01 Oktober 2008 13:13:35 schrieb Charly Avital: > Michael wrote the following on 10/1/08 1:00 AM: > > I am useing kde 4.1.1 and gpg 2.0.9 within kde there is a Program > > Kleopatra

Re: Problem with gpg and option --check-options

2008-10-01 Thread Charly Avital
Michael wrote the following on 10/1/08 1:00 AM: > Hello > > I am useing kde 4.1.1 and gpg 2.0.9 within kde there is a Program > Kleopatra to maintain the keys. This program performs a selfcheck and > complains about an option setting: > > gpgconf: ungültige Option "--check-options" > > > I have

Problem with gpg and option --check-options

2008-09-30 Thread Michael
Hello I am useing kde 4.1.1 and gpg 2.0.9 within kde there is a Program Kleopatra to maintain the keys. This program performs a selfcheck and complains about an option setting: gpgconf: ungültige Option "--check-options" I have searched all files up and down but I can not find out where this op

sshd authentication problem with gpg-agent and OpenPGP card

2006-12-05 Thread Joerg Schmitz-Linneweber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all! I recently found a problem when using OpenPGP cards with gpg-agent in combination with ssh/sshd. Technical details follows: - --- snip --- > gpg-agent --version gpg-agent (GnuPG) 2.0.0 - --- snip --- >

Re: Problem with gpg --batch --gen-key

2006-08-31 Thread Robert J. Hansen
Johan Wevers wrote: > Looks to me you're running out of random data. I don't know how to > solve that on win32. Not necessarily. GnuPG 1.4.2-1.4.4 (at least) are known to have problems when scripted from Java, mostly dealing with I/O operations randomly blocking. I know I've complained about thi

Re: Problem with gpg --batch --gen-key

2006-08-31 Thread Johan Wevers
You, =?iso-8859-15?Q?Bj=F6rn_Mayer?=, wrote: > I am trying to generate a key from within a Java application. Everything > seems to go right, > but at the beginning, everything stops. I have no idea what could be wrong... > Anyone of you guys? Looks to me you're running out of random data. I d

Problem with gpg --batch --gen-key

2006-08-31 Thread Björn Mayer
Hi folks, I am trying to generate a key from within a Java application. Everything seems to go right, but at the beginning, everything stops. I have no idea what could be wrong... Anyone of you guys? C:\>gpg --batch --gen-key Key-Type: DSA Key-Length: 1024 Subkey-Type: ELG-E Subkey-Length:

Problem with gpg-agent

2005-11-21 Thread Bernhard Walle
Hello, after having no success with gpg and Sylpheed with the OpenPGP card, I tried gpg-agent. I do: $ eval `gpg-agent --daemon` $ gpg --sign --default-key .. file and get sending command `SCD PKSIGN' to agent failed: ec=6.32817 ~/.gnupg/gpg.conf [...] use-agent [...] ~/.gnupg/gp

Re[2]: Problem with GPG and TheBat

2005-05-22 Thread Sean Rima
Hello omn, Sunday, May 22, 2005, 6:15:06 AM, you wrote: > Hi Sean, > Sunday, May 22, 2005, 7:25:07 AM, you wrote: >> Hello gnupg-users, >> I am using gpg 1.41 Windows with TheBat and I get the following trying >> to retrieve keys: >> gpg: Signature made 05/21/05 21:52:30 using DSA key ID 6F50

Re: Problem with GPG and TheBat

2005-05-21 Thread omn
Hi Sean, Sunday, May 22, 2005, 7:25:07 AM, you wrote: > Hello gnupg-users, > I am using gpg 1.41 Windows with TheBat and I get the following trying > to retrieve keys: > gpg: Signature made 05/21/05 21:52:30 using DSA key ID 6F50DB32 > gpg: requesting key 6F50DB32 from hkp server blackhole.pca.

Problem with GPG and TheBat

2005-05-21 Thread Sean Rima
Hello gnupg-users, I am using gpg 1.41 Windows with TheBat and I get the following trying to retrieve keys: gpg: Signature made 05/21/05 21:52:30 using DSA key ID 6F50DB32 gpg: requesting key 6F50DB32 from hkp server blackhole.pca.dfn.de gpg: renaming `c:/gnupg\pubring.gpg' to `c:/gnupg\pubring.b