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
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
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
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
[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
Subject
g Re: Decryption via UNIX shell
script
03/15/2005 11:47
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