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

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

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,

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

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

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'

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

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 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 be --armor

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 mid:20110809204013.ga2...@fritha.org, 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

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

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

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, built

problem getting gpg to work

2011-06-02 Thread Wanda Sprowl
I have a zipped file that I un zipped and then notice the file types are gpg. I installed the gpg and un tarred it in a different location where the zip folder is, does that matter? Also, what command do I use to unzip the gpg file ? When I ungpg or gz the file I need to be a txt file for

Re: problem getting gpg to work

2011-06-02 Thread Scott Lambdin
It sounds like you already know how to unzip them. Are you asking how to decrypt them? Do you have any reason to believe the files were encrypted for a key that you have in your possession? gpg --list-packets file will tell you the key that was used to encrypt. If you do not have the private

Re: problem getting gpg to work

2011-06-02 Thread Jerome Baum
On Thu, Jun 2, 2011 at 15:14, Wanda Sprowl wmspr...@austin.rr.com wrote: Also, what command do I use to unzip the gpg file ? When I ungpg or gz the file I need to be a txt file for importing into access. gpg files are usually encrypted, which means you need a key to get at the contents. If

Re: problem with gpg

2011-06-02 Thread Jerome Baum
On Thu, Jun 2, 2011 at 23:08, wanda.spr...@newcomlink.com 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

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

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

2008-10-02 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-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 typo

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 +

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 searched

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 to

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)

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

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

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:

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 6F50DB32