Re: [PHP] pgp text formatting

2001-02-19 Thread Richard Lynch
> // then I place the message that is to be encrypted in a file > > $fp = fopen("plaintxt", "w+"); This won't scale up too well... You would be better off to use pipe (|) to shove it to the PGP program. Actually, that's still not such a hot idea... Anybody who can do "ps aux" could catch th

[PHP] pgp text formatting

2001-02-16 Thread Nicholas W. Miller
I sent this off a couple days ago, but did not see it on the list ... please excuse the traffic if you are seeing this for a second time. I am writing some code (PHP3/4 on Apache) that encrypts some text using PGP and writes it to a log_file. I am having problems getting the line breaks to remai