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: 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: Help with version gpg-agent on Mac-Tiger

2008-03-20 Thread Robert D.
OK .. I followed a couple of leads in google and there were some references to Tiger mentioning liklihood loginwindow and startup items my not be honored. One fix included changing permissions to system and also wheel did that, restarted computer .. tried decrypting one of charly's emails and

Re: Decyrption via scheduled task fails

2008-03-20 Thread Neal Dudley
Whoops, I missed something - order of arguments may matter, as it apparently is taking the "--logger-file logfile" as more files to decrypt. Try: echo SECRETKEY | gpg --logger-file gpg_logfile.txt --passphrase-fd 0 --decrypt-files c:\mcdown\*.pgp > gpg_output.txt Dorroh, Brian wrote: > When I ty

Help with version gpg-agent on Mac-Tiger

2008-03-20 Thread Robert D.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I am totally unable to figure this out after several days of many hours a day and some great off-list emailing and help. Works on every one else but mine. MacBook-Pro 2.16 core-duo OS/X 10.4.11 Compiled and Re-compiled 2.0.8 using ./configure | mak

Re: Decyrption via scheduled task fails

2008-03-20 Thread Neal Dudley
I would think we should keep this in the list, such that other people with a similar issue can search the list archives and find this answer. And so others know whether or not it *is* resolved in the end. Hope you don't mind me posting it back to the list. If you try your commands directly from

RE: urgent gpg help needed with regards to file size.

2008-03-20 Thread Alan Olsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of khurram.humayun >Sent: Wednesday, March 19, 2008 8:45 AM >To: gnupg-users@gnupg.org >Subject: urgent gpg help needed with regards to file size. >i also know i am using the correct publ

Re: Decyrption via scheduled task fails

2008-03-20 Thread Michael Kesper
Hi, On Wed, Mar 19, 2008 at 08:25:54AM -0700, bdorroh wrote: > > 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.

Re: gpg code problem

2008-03-20 Thread Sven Radde
manoj schrieb: i am trying this using php on windows $res=shell_exec("echo $passphrase | $gpg --passphrase-fd 0 --clearsign 'd:\gp_test\tt.inmp'"); but is not working What "is not working"? Can you call the GPG executable at all? I.e. try to print the output of "gpg --version" in your PHP p

urgent gpg help needed with regards to file size.

2008-03-20 Thread khurram.humayun
Hey guys, the problem i am having is that i have been using a script for the longest time to encrypt via this vendors public key. however after they did some maintenance the last 2 week, they are not able to decrypt most of the files i am sending them. i have a large file 10232593860 or 9.5gi

gpg code problem

2008-03-20 Thread manoj
Hi, i ma very new to gnugp or gpg concept want to send signed mails using gpg . for testing perpose i have intalled gpg at my local machine and generated the pulic and private keys . i am trying this using php on windows $res=shell_exec("echo $passphrase | $gpg --passphrase-fd 0 --clearsign '

Decyrption via scheduled task fails

2008-03-20 Thread 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 when I setup a scheduled task to run it, the decryption fails. I ca