Is there a safe ascii delimiter i could use between messages in one file,
then? Maybe insert a delimited 'line break' of sorts, parse out individual
gpg messsages, and decrypt each piece?

Thanks for the brainstorm..

On Mon, Nov 17, 2008 at 1:07 PM, David Shaw <[EMAIL PROTECTED]> wrote:

>
> Not really.  You can do this as a running append (i.e. keep a file
> descriptor open to your gpg process and keep pushing data at it),
> which would create one large file.  You can't do it with '>>' as that
> creates multiple OpenPGP messages in a single file, which is not
> required to be supported by an OpenPGP client.
>
> David
>
> _______________________________________________
> Gnupg-users mailing list
> [email protected]
> http://lists.gnupg.org/mailman/listinfo/gnupg-users
>
_______________________________________________
Gnupg-users mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to