Re: encrypting multiple files into a single output file

2013-07-16 Thread Henry Hertz Hobbit
On 07/16/2013 04:04 PM, Werner Koch wrote: > On Tue, 16 Jul 2013 17:08, ira.kirsch...@sungard.com said: > >> This will create a single "output file name" with the entire "filelist" each >> individually encrypted. > > That is the PGP Zip format, right? We support it for ages; our tool is > calle

Re: encrypting multiple files into a single output file

2013-07-16 Thread Henry Hertz Hobbit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/16/2013 03:24 PM, Daniel Kahn Gillmor wrote: > Hi Ira-- > > On 07/16/2013 11:08 AM, ira.kirsch...@sungard.com wrote: >> With PGP you can do something like: pgp -e -r >> -o --archive >> >> This will create a single "output file name" with t

Re: encrypting multiple files into a single output file

2013-07-16 Thread Werner Koch
On Tue, 16 Jul 2013 17:08, ira.kirsch...@sungard.com said: > This will create a single "output file name" with the entire "filelist" each > individually encrypted. That is the PGP Zip format, right? We support it for ages; our tool is called gpg-zip and creates a compatible archive. Technicall

Re: encrypting multiple files into a single output file

2013-07-16 Thread Daniel Kahn Gillmor
On 07/16/2013 10:49 AM, ira.kirsch...@sungard.com wrote: > We are converting from using PGP to using GnuPG and we are trying to make it > seamless to our customers. Using PGP, when we had multiple files to deliver, > we could have each file encrypted and placed into a PGP archive. The client >

Re: encrypting multiple files into a single output file

2013-07-16 Thread Daniel Kahn Gillmor
Hi Ira-- On 07/16/2013 11:08 AM, ira.kirsch...@sungard.com wrote: > With PGP you can do something like: > pgp -e -r -o --archive > > This will create a single "output file name" with the entire "filelist" each > individually encrypted. I don't have PGP, so i still don't know what the r

RE: encrypting multiple files into a single output file

2013-07-16 Thread Ira.Kirschner
ly 16, 2013 10:58 AM To: Kirschner, Ira; GnuPG Users Subject: Re: encrypting multiple files into a single output file On 07/16/2013 10:49 AM, ira.kirsch...@sungard.com wrote: > We are converting from using PGP to using GnuPG and we are trying to make it > seamless to our customers. Using

encrypting multiple files into a single output file

2013-07-16 Thread Ira.Kirschner
We are converting from using PGP to using GnuPG and we are trying to make it seamless to our customers. Using PGP, when we had multiple files to deliver, we could have each file encrypted and placed into a PGP archive. The client could then decipher the archive to extract al the encrypted files