decrypting many files to stdout

2007-06-28 Thread Ken Takusagawa
I have many files that are all encrypted with the same public key, and the private key is protected with a passphrase. Is there a way that I can decrypt all of them at once, concatenate the results and print it all to standard output but only have to type my passphrase once? I'd like to avoid hav

Re: Broken pipe? [was: Problems svn+ssh+gpg(-agent)+smartcard]

2007-06-28 Thread Guillaume Yziquel
>> Is their anyway to monitor more closely what is happening than just >> looking at the logs? > > scdaemon can be configured to produce logs. > > James OK. I've a little more time to invest into solving this issue. I just turned the debugging level to "basic" in both gpg-agent and scdaemon's lo

Re: Broken pipe? [was: Problems svn+ssh+gpg(-agent)+smartcard]

2007-06-28 Thread Alon Bar-Lev
On 6/28/07, Guillaume Yziquel <[EMAIL PROTECTED]> wrote: > When failing to decrypt and failing to access the SCR 335 smartcard > reader, I get the logged output decribed below this message. > > It seems I have a broken pipe issue: > > > 2007-06-28 15:32:31 scdaemon[4291] DBG: ccid-driver: usb_claim

Re: decrypting many files to stdout

2007-06-28 Thread Crest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am 28.06.2007 um 10:24 schrieb Ken Takusagawa: > I have many files that are all encrypted with the same public key, and > the private key is protected with a passphrase. Is there a way that I > can decrypt all of them at once, concatenate the resu

Gnupg RSA encryption with Bouncy Castle provider

2007-06-28 Thread Sucharitha.X.Panthika
I have a problem reading the decrypted messages and the decryptStream.read() doesn't return me any bytes. See the code below that I used to encrypt data. I am writing data to file using the encryptStream returned by the following method. On the other hand when I write the content to the file w

Re: decrypting many files to stdout

2007-06-28 Thread Ingo Klöcker
On Thursday 28 June 2007 10:24, Ken Takusagawa wrote: > I have many files that are all encrypted with the same public key, > and the private key is protected with a passphrase. Is there a way > that I can decrypt all of them at once, concatenate the results and > print it all to standard output bu

Gnupg RSA encryption with Bouncy Castle provider

2007-06-28 Thread Sucharitha.X.Panthika
I have a problem reading the decrypted messages and the decryptStream.read() doesn't return me any bytes. See the code below that I used to encrypt data. I am writing data to file using the encryptStream returned by the following method. On the other hand when I write the content to the file w