Thanks for the help! I'm using an app to pipe events (text strings) through an instance of gpg to a file. This works great for me now, in an ideal environment.
Two issues: 1)The problem occurs if/when the app breaks, breaking the pipe and killing my stream. GPG terminates, and the resulting file is unreadable (i get an error decrypting it after entering in the passphrase). so, the whole log is no good. 2)Then, what if i'd like to start the app again, and stream back to the same file? My thought is to individually encrypt each "line" in the output file as its own gpg encrypted package. No dependencies on other individual "lines" not being corrupt, as long as some sort of delimiter is in place. Thanks, Dave On Mon, Nov 17, 2008 at 2:26 PM, Robert J. Hansen <[EMAIL PROTECTED]>wrote: > Scott Lambdin wrote: > > Yes: "Sponge Bob Squarepants" is guaranteed to not occur in encrypted > > file. > > First, it's not: those characters are all valid Base64. > > Second, these sorts of responses are not exactly helpful. > > > For the original poster, David Kennedy: > > Explaining to us what it is you're trying to achieve, goal-wise, will > allow us to point out ways you can do it, either with GnuPG or with some > other solution. Otherwise, we're kind of fumbling in the dark here. > > > > > _______________________________________________ > 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
