Re: Decryption streaming

2009-05-13 Thread Werner Koch
On Tue, 12 May 2009 17:09, beth.c.coff...@fnis.com said: > minip12.c decrypt_block from gnupg-2.0.11 might do what I need, but I > don't see anything documenting what the "salt" and "pw" parameters are That is an inetrnal fucntion of gpg. You should not use it. > What I am looking to do is

RE: Decryption streaming

2009-05-13 Thread Coffman, Beth C
it, delete it, and move on to decrypting the next subset. Beth -Original Message- From: David Shaw [mailto:ds...@jabberwocky.com] Sent: Tuesday, May 12, 2009 9:20 AM To: Coffman, Beth C Cc: gnupg-users@gnupg.org Subject: Re: Decryption streaming On May 8, 2009, at 5:30 PM, Coffman, Beth

Re: Decryption streaming

2009-05-12 Thread Steven W. Orr
On Friday, May 8th 2009 at 17:30 -, quoth Coffman, Beth C: =>What is a good way to write a C++ app to decrypt multiple =>large PGP-encrypted files simultaneously into memory?  I cannot have =>the plaintext output in a file on disk at any time.  Preferably, one block =>of data from the file wil

Re: Decryption streaming

2009-05-12 Thread David Shaw
On May 8, 2009, at 5:30 PM, Coffman, Beth C wrote: What is a good way to write a C++ app to decrypt multiple large PGP- encrypted files simultaneously into memory? I cannot have the plaintext output in a file on disk at any time. Preferably, one block of data from the file will be decrypte

Decryption streaming

2009-05-12 Thread Coffman, Beth C
What is a good way to write a C++ app to decrypt multiple large PGP-encrypted files simultaneously into memory? I cannot have the plaintext output in a file on disk at any time. Preferably, one block of data from the file will be decrypted at a time. Therefore, the entire file or files will not