appending to gpg file?

David Kennedy dmkennedy at gmail.com
Mon Nov 17 19:16:05 CET 2008


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 <dshaw at jabberwocky.com> 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
> Gnupg-users at gnupg.org
> http://lists.gnupg.org/mailman/listinfo/gnupg-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/attachments/20081117/cebac9e1/attachment.htm>


More information about the Gnupg-users mailing list