Re: Signing all outgoing mails on MTA, not on MUA

2009-03-28 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 grover> We'd like to be able to sign all our outgoing mails. grover> But not on each client system, which would mean everyone has grover> to install some plugin or gpg-aware mail client, but on the grover> mailserver itself. grover> This way nobody

Re: Safe decryption with GnuPG?

2008-02-06 Thread Steve Revilak
I have a file that I encrypted for myself and I want to read some information from it. The file is a text file and I need to read several lines of it. The following requirements must be met: I was going to suggest gpg --decrypt file.gpg | grep "interesting stuff" | banner | less >/dev/null

Re: Safe decryption with GnuPG?

2008-02-06 Thread Steve Revilak
I have a file that I encrypted for myself and I want to read some information from it. The file is a text file and I need to read several lines of it. The following requirements must be met: I was going to suggest gpg --decrypt file.gpg | grep "interesting stuff" | banner | less >/dev/null

Re: pinentry stdin problems

2008-02-19 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 From: S3 Subject: pinentry stdin problems I recently upgraded from GPG v1.4 to GPG v2. Previously, I was able to do this: tar c | gpg -s > a.tar.gpg However, with the new version that uses pinentry, it does not allow me to insert my password when

Re: _almost_ working, now a command line question...

2008-02-29 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 From: Maury Markowitz Date: Fri, 29 Feb 2008 15:10:47 -0500 Subject: _almost_ working, now a command line question... All that's left now is to fully automate this, and my Windows CMD noobishness is an issue. Here's my command line: O:\Utilities

Re: Help with version gpg-agent on Mac-Tiger

2008-03-20 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 From: Robert D. is there anyone using Mac OSX 10.4.11 and successfully using gpg-agent with any 2.x version of gpg? Yes, I've been using gpg 2.0.8 on OSX 10.4.11 for about two months. I built it via the macports "gpg2" package. I use gpg2/gpg-

Re: Decyrption via scheduled task fails

2008-03-20 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 From: bdorroh I'm using v1.4.8 for Windows. I've have a batch file setup to decrypt a file and then to move the decrypted file to another location for further processing. I can successfully decrypt the file by double-clicking my batch file. But wh

Re: Unable to run gpg command in JAVA

2008-08-14 Thread Steve Revilak
From: nishant sonone Subject: Unable to run gpg command in JAVA I am porting an existing perl-mason code to java. I need to create certificates for certain inputs. The command used on perl-mason was open(COMMAND, "echo $text | gpg --homedir $ENV{HOME}/.gnupg -s -u \"The Certificate Key\" |");

Re: Unable to run gpg command in JAVA

2008-08-19 Thread Steve Revilak
nishant> open(COMMAND, "echo $text | gpg --homedir $ENV{HOME}/.gnupg -s -u \"The Certificate Key\" |"); srevilak> Try providing the command as a String[], e.g. srevilak> srevilak>String cmd[] = { srevilak> "gpg", srevilak> "--homedir", srevilak> System.getProperty("user.dir

Re: confusing message: 'no pinentry'

2008-09-02 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 From: Petr Uzel Date: Tue, 2 Sep 2008 14:37:57 +0200 Subject: confusing message: 'no pinentry' Today I've tried to generate gpg key as root and got the following error: gpg: problem with the agent: No pinentry gpg: Key generation canceled. This

Re: confusing message: 'no pinentry'

2008-09-02 Thread Steve Revilak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > From: Petr Uzel <[EMAIL PROTECTED]> > Date: Tue, 2 Sep 2008 16:15:02 +0200 > Subject: Re: confusing message: 'no pinentry' srevilak> This sounds like normal behavior for su. "su -" is supposed srevilak> to simulate a full login of the target accoun