Re: gpg-zip : passphrase as parameter for scripts

2011-04-05 Thread Arno Steffen
This gpg-zip is some shell script, which is installed together with gpg to handle not just files, but to pack them. I am not expert enough to check or change that script: #!/bin/sh # gpg-archive - gpg-ized tar using the same format as PGP's PGP Zip. # Copyright (C) 2005 Free Software Found

Re: gpg-zip : passphrase as parameter for scripts

2011-04-04 Thread Ingo Klöcker
On Monday 04 April 2011, arno.s wrote: > I am using in a script, with more than one of this kind of lines: > > #!/bin/sh > /usr/local/bin/gpg-zip -o /opt/u1.tar.gpg -s /opt/1* > /usr/local/bin/gpg-zip -o /opt/u2.tar.gpg -s /opt/2* > ... > > I have to answer ever

RE: gpg-zip : passphrase as parameter for scripts

2011-04-04 Thread Lee Elcocks
i dont know of this command --gpg-args, and by the looks of it, neither does GPG (that's what the errors telling you) echo passphrase| gpg-zip --gpg-args --passphrase-fd -o test.gpg -s The line should be echo passphrase| gpg-zip --gpg-args --passphrase-fd 0 I also dont know of gp

RE: gpg-zip : passphrase as parameter for scripts

2011-04-04 Thread Lee Elcocks
Take the space out between the "password" and the pipe I.E. echo password| gpg-zip > Date: Mon, 4 Apr 2011 03:02:08 -0700 > From: arno.stef...@googlemail.com > To: gnupg-users@gnupg.org > Subject: gpg-zip : passphrase as parameter for scripts > > > I am using

gpg-zip : passphrase as parameter for scripts

2011-04-04 Thread arno.s
I am using in a script, with more than one of this kind of lines: #!/bin/sh /usr/local/bin/gpg-zip -o /opt/u1.tar.gpg -s /opt/1* /usr/local/bin/gpg-zip -o /opt/u2.tar.gpg -s /opt/2* ... I have to answer every line with question for passphrase. This sucks. I have seen there is a parameter --gpg

Re: gpg-zip

2006-04-05 Thread vedaal
On Wed, 05 Apr 2006 05:23:40 -0400 [EMAIL PROTECTED] wrote: >Send Gnupg-users mailing list submissions to > gnupg-users@gnupg.org > >Message: 6 >Date: Tue, 4 Apr 2006 23:47:35 -0700 (PDT) >From: Arild "Bjørk" <[EMAIL PROTECTED]> >Subject: gpg-zip?

Re: gpg-zip?

2006-04-05 Thread Alphax
Werner Koch wrote: > On Tue, 4 Apr 2006 23:47:35 -0700 (PDT), Bjørk said: > >> I've searched the manual and the installation path for gnupg for >> Windows and I can't find the program or find it mentioned in the >> manual. Why isn't it included in the Windows version? > > Because it won't work

Re: gpg-zip?

2006-04-05 Thread Werner Koch
On Tue, 4 Apr 2006 23:47:35 -0700 (PDT), Bjørk said: > I've searched the manual and the installation path for gnupg for > Windows and I can't find the program or find it mentioned in the > manual. Why isn't it included in the Windows version? Because it won't work with Windows. It requires a B

gpg-zip?

2006-04-04 Thread Bj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In news.txt there is a reference to gpg-zip: * Added "gpg-zip", a program to create encrypted archives that can interoperate with PGP Zip. I've searched the manual and the installation path for gnupg for Windows and I