Scripts

2012-05-24 Thread Rob
Hello, Does anyone here consider himself/herself an expert at writing CMD scripts for use with/by GPG? I ask because I have a problem with such a script and I'm seeking help or advice. Rob ___ Gnupg-users mailing list Gnupg-users@gnupg.org http

Re: Scripts

2012-05-24 Thread Tanguy Herrmann
. But maybe I have the wrong angle of attack ? Tanguy On Thu, May 24, 2012 at 11:08 AM, Rob r...@robert-earl-hazelett.com wrote: Hello, Does anyone here consider himself/herself an expert at writing CMD scripts for use with/by GPG? I ask because I have a problem with such a script and I'm seeking help

Re: Scripts

2012-05-24 Thread Werner Koch
}' 80615870F5BAD690333686D0F2AD85AC1E42B367 If you have more than one key with the given key id it will list all fingerprints. Better scripts also display information from the pub and uid records. doc/DETAILS has the format. Shalom-Salam, Werner -- Die Gedanken sind frei. Ausnahmen regelt ein

Re: gpg-zip : passphrase as parameter for scripts

2011-04-05 Thread Arno Steffen
: passphrase as parameter for scripts From: arno.stef...@googlemail.com To: l_elco...@hotmail.co.uk 2011/4/4 Lee Elcocks l_elco...@hotmail.co.uk: Try also using --batch when automating. 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

2011-04-04 Thread arno.s
-for-scripts-tp31312954p31312954.html Sent from the GnuPG - User mailing list archive at Nabble.com. ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

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 in a script, with more than one

RE: gpg-zip : passphrase as parameter for scripts

2011-04-04 Thread Lee Elcocks
, and neither does GPG, thats what the error is telling you. Date: Mon, 4 Apr 2011 16:43:08 +0200 Subject: Re: gpg-zip : passphrase as parameter for scripts From: arno.stef...@googlemail.com To: l_elco...@hotmail.co.uk 2011/4/4 Lee Elcocks l_elco...@hotmail.co.uk: Try also using

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 every line with question for passphrase. This

Re: Encrypt / Decrypt Scripts

2008-11-01 Thread Hardeep Singh
: Encrypt / Decrypt Scripts This may be of help, although it doesnt apply directly: http://blog.hardeep.name/computer/20080904/auto-gpg/ Hardeep Singh http://blog.Hardeep.name 2008/10/28 Salvador Torres [EMAIL PROTECTED]: Hi, I'm trying to run some Scripts to Encrypt and Decrypt files

Re: Encrypt / Decrypt Scripts

2008-11-01 Thread Saltorr
That's true :) .. Thanks. ST -- From: Hardeep Singh [EMAIL PROTECTED] Sent: Saturday, November 01, 2008 1:26 AM To: Saltorr [EMAIL PROTECTED] Cc: gnupg-users@gnupg.org Subject: Re: Encrypt / Decrypt Scripts so you were on Windows :-) you didnt

Re: Encrypt / Decrypt Scripts

2008-10-28 Thread Hardeep Singh
This may be of help, although it doesnt apply directly: http://blog.hardeep.name/computer/20080904/auto-gpg/ Hardeep Singh http://blog.Hardeep.name 2008/10/28 Salvador Torres [EMAIL PROTECTED]: Hi, I'm trying to run some Scripts to Encrypt and Decrypt files automatically.. now

Re: Encrypt / Decrypt Scripts

2008-10-28 Thread Saltorr
, October 28, 2008 5:50 AM To: Salvador Torres [EMAIL PROTECTED] Cc: gnupg-users@gnupg.org Subject: Re: Encrypt / Decrypt Scripts This may be of help, although it doesnt apply directly: http://blog.hardeep.name/computer/20080904/auto-gpg/ Hardeep Singh http://blog.Hardeep.name 2008/10/28 Salvador

Encrypt / Decrypt Scripts

2008-10-27 Thread Salvador Torres
Hi, I'm trying to run some Scripts to Encrypt and Decrypt files automatically.. now the questions are: How can I delete the *.ZIP files after this command is executed without errors ? gpg --batch --encrypt-files -r KEY c:\test2\*.zip Same case here: How can I delete the *.gpg files after

Re: Using GNUPG with php scripts and webserver

2007-04-06 Thread Stef Caunter
Apr 2007, womble wrote: Hi I cant get php scripts from Apache to execute GNUPG comands. If I run cmds or execute php scripts from the cmd line that works fine. nobody:x:99:99:Nobody:/home/nobody:/bin/bash ___ Gnupg-users mailing list Gnupg