Re: Cannot Decryption via UNIX shell script

2009-05-08 Thread Felipe Alvarez
On Wed, 6 May 2009 20:11:27 Bob Yang wrote: > Hi All, > > I hit error when using the below script. > > gpg -e "key" "file" < yes > EOF > > Error: > It is NOT certain that the key belongs to the person named > in the user ID. If you *really* know what you are doing, > you may answer the next questi

Cannot Decryption via UNIX shell script

2009-05-08 Thread Bob Yang
Hi All, I hit error when using the below script. gpg -e "key" "file" <___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Decryption via UNIX shell script

2005-07-26 Thread chilkuri rajireddy
Hi, I tried with both --no-tty and --batch options but still my shell script does not work. My command looks like this "gpg --no-tty --batch --passphrase-fd 0 --output $target_fn --decrypt $source_fn ". Can you please suggest me how can I resolve this issue. Thanks, Raj

Re: Decryption via UNIX shell script

2005-03-15 Thread Thomas Jones
On Monday 14 March 2005 04:35 pm, [EMAIL PROTECTED] wrote: > I am writing a shell script to automatically decrypt an encrypted file > using GPG. How do I send the passphrase to the executable (GPG). I want > no human intervention on this. I'm calling the shell script from a batch > file to decry

Re: Decryption via UNIX shell script

2005-03-15 Thread Albert Reiner
[EMAIL PROTECTED], Mon, 14 Mar 2005 16:35:07 -0600 (CST)]: > I am writing a shell script to automatically decrypt an encrypted file > using GPG. How do I send the passphrase to the executable (GPG). I want > no human intervention on this. I'm calling the shell script from a batch > file to decry

Re: Decryption via UNIX shell script

2005-03-15 Thread DBSMITH
Subject g Re: Decryption via UNIX shell script 03/15/2005 11:47

Decryption via UNIX shell script

2005-03-15 Thread kraymer
I am writing a shell script to automatically decrypt an encrypted file using GPG. How do I send the passphrase to the executable (GPG). I want no human intervention on this. I'm calling the shell script from a batch file to decrypt the file. Anyone have a UNIX shell script (Korn Shell) that doe