Re: Problems decrypting with multifile

2008-09-17 Thread Michael Kesper
Hi, * Ray Simard <[EMAIL PROTECTED]> [2008-09-16 20:23:06 -0700]:   > I haven't been able to find anything about this in the FAQs or a web search. > > The goal is to decrypt a large number of files using > --multifile --decrypt (or --decrypt-files). When doing so, the first > file in the list is

Re: Problems decrypting with multifile

2008-09-17 Thread Werner Koch
Hi, I just tried it: $ for i in 1 2 3; do fortune | gpg -er alfa --no-encrypt-to >x$i.gpg; done $ ls -l total 12 -rw-r--r-- 1 wk wk 390 Sep 17 14:45 x1.gpg -rw-r--r-- 1 wk wk 534 Sep 17 14:45 x2.gpg -rw-r--r-- 1 wk wk 386 Sep 17 14:45 x3.gpg $ gpg --decrypt-files --no-use-agent x1.

Problems decrypting with multifile

2008-09-16 Thread Ray Simard
I haven't been able to find anything about this in the FAQs or a web search. The goal is to decrypt a large number of files using --multifile --decrypt (or --decrypt-files). When doing so, the first file in the list is decrypted normally, but thereafter the results are as below, and nothing furth